Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1082 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local
1087 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()
1099 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()
1100 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()
1102 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()
1111 if (EdgePred == ICmpInst::ICMP_EQ) { in getValueFromICmpCondition()
1120 if (EdgePred == ICmpInst::ICMP_NE && !Mask->isNullValue() && in getValueFromICmpCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp322 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local
323 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()