Lines Matching refs:Preference

539 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {  in getKnownConstant()  argument
547 if (Preference == WantBlockAddress) in getKnownConstant()
561 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument
573 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl()
601 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl()
612 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl()
618 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl()
630 computeValueKnownInPredecessorsImpl(Source, BB, Vals, Preference, in computeValueKnownInPredecessorsImpl()
646 computeValueKnownInPredecessorsImpl(Source, BB, Result, Preference, in computeValueKnownInPredecessorsImpl()
659 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
720 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
743 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
872 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl()
873 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); in computeValueKnownInPredecessorsImpl()
906 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl()
971 ConstantPreference Preference = WantInteger; in processBlock() local
987 Preference = WantBlockAddress; in processBlock()
1042 if (getKnownConstant(Condition, Preference)) { in processBlock()
1058 if (processThreadableEdges(Condition, BB, Preference, Terminator)) in processBlock()
1124 if (processThreadableEdges(CondInst, BB, Preference, Terminator)) in processBlock()
1542 ConstantPreference Preference, in processThreadableEdges() argument
1550 if (!computeValueKnownInPredecessors(Cond, BB, PredValues, Preference, in processThreadableEdges()