Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h220 llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1, in sortEdgesByWeight()
222 return Edge1->Weight > Edge2->Weight; in sortEdgesByWeight()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp726 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in computeKnownBitsFromContext() local
727 if (Q.DT->dominates(Edge1, Q.CxtI->getParent())) in computeKnownBitsFromContext()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1397 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in foldICmpWithDominatingICmp() local
1398 if (DT.dominates(Edge1, Cmp.getParent())) in foldICmpWithDominatingICmp()