Searched refs:EdgePred (Results 1 – 3 of 3) sorted by relevance
1128 CmpInst::Predicate EdgePred = in getValueFromICmpCondition() local1133 if (EdgePred == ICmpInst::ICMP_EQ) in getValueFromICmpCondition()1144 if (matchICmpOperand(Offset, LHS, Val, EdgePred)) in getValueFromICmpCondition()1145 return getValueFromSimpleICmpCondition(EdgePred, RHS, Offset); in getValueFromICmpCondition()1147 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition()1154 if (EdgePred == ICmpInst::ICMP_EQ && in getValueFromICmpCondition()
272 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local273 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()
320 BasicBlock *EdgePred = PHI->getIncomingBlock(*VDUse.U); in stackIsInScope() local321 if (EdgePred != getBranchBlock(Stack.back().PInfo)) in stackIsInScope()