Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h235 llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1, in sortEdgesByWeight()
237 return Edge1->Weight > Edge2->Weight; in sortEdgesByWeight()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp862 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in computeKnownBitsFromContext() local
863 if (Q.DT->dominates(Edge1, Q.CxtI->getParent())) in computeKnownBitsFromContext()
2447 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in isKnownToBeAPowerOfTwo() local
2450 Q.DT->dominates(Edge1, Q.CxtI->getParent())) in isKnownToBeAPowerOfTwo()
3840 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in isKnownNonEqualFromContext() local
3841 if (Q.DT->dominates(Edge1, Q.CxtI->getParent()) && in isKnownNonEqualFromContext()
4629 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in computeKnownFPClassFromContext() local
4630 if (Q.DT->dominates(Edge1, Q.CxtI->getParent())) in computeKnownFPClassFromContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4090 BasicBlockEdge Edge1(BI.getParent(), BI.getSuccessor(1)); in visitBranchInst() local
4091 if (DT.dominates(Edge1, U)) { in visitBranchInst()
H A DInstCombineCompares.cpp1434 BasicBlockEdge Edge1(BI->getParent(), BI->getSuccessor(1)); in foldICmpWithDominatingICmp() local
1435 if (DT.dominates(Edge1, Cmp.getParent())) in foldICmpWithDominatingICmp()