• Home
  • Raw
  • Download

Lines Matching refs:KC

390   if (Constant *KC = getKnownConstant(V, Preference)) {  in ComputeValueKnownInPredecessors()  local
392 Result.push_back(std::make_pair(KC, Pred)); in ComputeValueKnownInPredecessors()
419 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local
420 Result.push_back(std::make_pair(KC, P)); in ComputeValueKnownInPredecessors()
430 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local
431 Result.push_back(std::make_pair(KC, PN->getIncomingBlock(i))); in ComputeValueKnownInPredecessors()
436 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local
437 Result.push_back(std::make_pair(KC, PN->getIncomingBlock(i))); in ComputeValueKnownInPredecessors()
536 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
537 Result.push_back(std::make_pair(KC, LHSVal.second)); in ComputeValueKnownInPredecessors()
571 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local
572 Result.push_back(std::make_pair(KC, PredBB)); in ComputeValueKnownInPredecessors()
612 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
613 Result.push_back(std::make_pair(KC, LHSVal.second)); in ComputeValueKnownInPredecessors()
657 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
659 Result.push_back(std::make_pair(KC, Pred)); in ComputeValueKnownInPredecessors()