Lines Matching defs:UseBlockValue
441 // For the following methods, if UseBlockValue is true, the function may
443 // UseBlockValue is false, it will never return nullopt.
448 bool UseBlockValue);
452 bool UseBlockValue);
456 bool UseBlockValue, unsigned Depth = 0);
461 bool UseBlockValue);
818 /*UseBlockValue*/ false));
830 /*UseBlockValue*/ false));
919 /*UseBlockValue*/ false));
923 /*UseBlockValue*/ false));
1122 bool UseBlockValue) {
1127 } else if (UseBlockValue) {
1161 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) {
1186 UseBlockValue);
1191 UseBlockValue);
1270 bool IsTrueDest, bool UseBlockValue,
1273 return getValueFromICmpCondition(Val, ICI, IsTrueDest, UseBlockValue);
1285 return getValueFromCondition(Val, N, !IsTrueDest, UseBlockValue, Depth);
1297 getValueFromCondition(Val, L, IsTrueDest, UseBlockValue, Depth);
1301 getValueFromCondition(Val, R, IsTrueDest, UseBlockValue, Depth);
1368 BasicBlock *BBTo, bool UseBlockValue) {
1391 getValueFromCondition(Val, Condition, isTrueDest, UseBlockValue);
1426 Op, Condition, isTrueDest, /*UseBlockValue*/ false);
1502 getEdgeValueLocal(Val, BBFrom, BBTo, /*UseBlockValue*/ true);
1605 /*UseBlockValue*/ false);
1609 /*UseBlockValue*/ false);
1613 PHI->getParent(), /*UseBlockValue*/ false);
1843 bool UseBlockValue) {
1861 UseBlockValue ? Impl.getValueInBlock(V, CxtI->getParent(), CxtI)
1950 bool UseBlockValue) {
1952 return getPredicateAt(Pred, LHS, C, CxtI, UseBlockValue);
1955 UseBlockValue);
1960 if (UseBlockValue) {