Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h220 llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1, in computeMinimumSpanningTree()
222 return Edge1->Weight > Edge2->Weight; in computeMinimumSpanningTree()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp795 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in computeKnownBitsFromContext() local
796 if (Q.DT->dominates(Edge1, Q.CxtI->getParent())) in computeKnownBitsFromContext()
4812 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in computeKnownFPClassFromContext() local
4813 if (Q.DT->dominates(Edge1, Q.CxtI->getParent())) in computeKnownFPClassFromContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1398 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in foldICmpWithDominatingICmp() local
1399 if (DT.dominates(Edge1, Cmp.getParent())) in foldICmpWithDominatingICmp()