Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp857 BasicBlockEdge Edge0(BI->getParent(), BI->getSuccessor(0)); in computeKnownBitsFromContext() local
858 if (Q.DT->dominates(Edge0, Q.CxtI->getParent())) in computeKnownBitsFromContext()
2441 BasicBlockEdge Edge0(BI->getParent(), BI->getSuccessor(0)); in isKnownToBeAPowerOfTwo() local
2444 Q.DT->dominates(Edge0, Q.CxtI->getParent())) in isKnownToBeAPowerOfTwo()
3833 BasicBlockEdge Edge0(BI->getParent(), BI->getSuccessor(0)); in isKnownNonEqualFromContext() local
3834 if (Q.DT->dominates(Edge0, Q.CxtI->getParent()) && in isKnownNonEqualFromContext()
4624 BasicBlockEdge Edge0(BI->getParent(), BI->getSuccessor(0)); in computeKnownFPClassFromContext() local
4625 if (Q.DT->dominates(Edge0, Q.CxtI->getParent())) in computeKnownFPClassFromContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4084 BasicBlockEdge Edge0(BI.getParent(), BI.getSuccessor(0)); in visitBranchInst() local
4085 if (DT.dominates(Edge0, U)) { in visitBranchInst()
H A DInstCombineCompares.cpp1429 BasicBlockEdge Edge0(BI->getParent(), BI->getSuccessor(0)); in foldICmpWithDominatingICmp() local
1430 if (DT.dominates(Edge0, Cmp.getParent())) { in foldICmpWithDominatingICmp()