• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/

Lines Matching defs:CtxI

807     Instruction *CtxI = IRP.getCtxI();
809 if (!CtxI)
820 Instruction *CtxI = this->getIRPosition().getCtxI();
821 if (!CtxI)
827 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI);
5179 const Instruction *CtxI = nullptr) const {
5187 if (!LVI || !CtxI)
5190 const_cast<BasicBlock *>(CtxI->getParent()),
5191 const_cast<Instruction *>(CtxI));
5197 const Instruction *CtxI = nullptr) const override {
5198 if (!CtxI || CtxI == getCtxI())
5201 ConstantRange LVIR = getConstantRangeFromLVI(A, CtxI);
5202 ConstantRange SCEVR = getConstantRangeFromSCEV(A, CtxI);
5209 const Instruction *CtxI = nullptr) const override {
5215 if (!CtxI || CtxI == getCtxI())
5218 ConstantRange LVIR = getConstantRangeFromLVI(A, CtxI);
5219 ConstantRange SCEVR = getConstantRangeFromSCEV(A, CtxI);
5396 IntegerRangeState &T, Instruction *CtxI) {
5402 auto LHSAARange = LHSAA.getAssumedConstantRange(A, CtxI);
5406 auto RHSAARange = RHSAA.getAssumedConstantRange(A, CtxI);
5418 Instruction *CtxI) {
5427 auto LHSAARange = LHSAA.getAssumedConstantRange(A, CtxI);
5428 auto RHSAARange = RHSAA.getAssumedConstantRange(A, CtxI);
5467 Instruction *CtxI = getCtxI();
5477 // Clamp operator is not used to utilize a program point CtxI.
5478 T.unionAssumed(AA.getAssumedConstantRange(A, CtxI));
5484 return calculateBinaryOperator(A, BinOp, T, CtxI);
5486 return calculateCmpInst(A, CmpI, T, CtxI);
5567 const Instruction *CtxI = AA.getIRPosition().getCtxI();
5568 if (!CtxI)
5575 &getAAFor<AAIsDead>(AA, IRPosition::function(*CtxI->getFunction()),
5582 if (!LivenessAA->isAssumedDead(CtxI))