Home
last modified time | relevance | path

Searched refs:HeapT (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp746 using HeapT = std::pair<CallBase *, PriorityT>; typedef in PriorityInlineOrder
750 static bool cmp(const HeapT &P1, const HeapT &P2) { in cmp()
811 auto PredWrapper = [=](HeapT P) -> bool { in erase_if()
820 SmallVector<HeapT, 16> Heap;