Lines Matching refs:UseBlockValue
444 bool UseBlockValue);
448 bool UseBlockValue);
452 bool UseBlockValue, unsigned Depth = 0);
457 bool UseBlockValue);
1108 bool UseBlockValue) { in getValueFromSimpleICmpCondition() argument
1113 } else if (UseBlockValue) { in getValueFromSimpleICmpCondition()
1150 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) { in getValueFromICmpCondition() argument
1175 UseBlockValue); in getValueFromICmpCondition()
1180 UseBlockValue); in getValueFromICmpCondition()
1262 bool IsTrueDest, bool UseBlockValue, in getValueFromCondition() argument
1265 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue); in getValueFromCondition()
1277 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1289 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1293 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth); in getValueFromCondition()
1360 BasicBlock *BBTo, bool UseBlockValue) { in getEdgeValueLocal() argument
1382 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue); in getEdgeValueLocal()
1858 Instruction *CxtI, bool UseBlockValue) { in getPredicateAt() argument
1875 UseBlockValue ? Impl.getValueInBlock(V, CxtI->getParent(), CxtI) in getPredicateAt()
1965 bool UseBlockValue) { in getPredicateAt() argument
1969 return getPredicateAt(P, LHS, C, CxtI, UseBlockValue); in getPredicateAt()
1972 UseBlockValue); in getPredicateAt()
1977 if (UseBlockValue) { in getPredicateAt()