Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp320 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local
321 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()