Home
last modified time | relevance | path

Searched refs:getCtxI (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp807 Instruction *CtxI = IRP.getCtxI(); in initialize()
820 Instruction *CtxI = this->getIRPosition().getCtxI(); in updateImpl()
1871 if (!isKnownNonZero(&V, DL, 0, /* TODO: AC */ nullptr, getCtxI(), DT)) in updateImpl()
2592 return I == getCtxI() && isAssumedDead(); in isAssumedDead()
2597 return I == getCtxI() && getKnown(); in isKnownDead()
5198 if (!CtxI || CtxI == getCtxI()) in getKnownConstantRange()
5215 if (!CtxI || CtxI == getCtxI()) in getAssumedConstantRange()
5226 intersectKnown(getConstantRangeFromSCEV(A, getCtxI())); in initialize()
5229 intersectKnown(getConstantRangeFromLVI(A, getCtxI())); in initialize()
5467 Instruction *CtxI = getCtxI(); in updateImpl()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h312 Instruction *getCtxI() const { in getCtxI() function