Lines Matching defs:CtxI
296 const Instruction *CtxI = VAC.getCtxI();
297 if (CtxI)
298 Scope = CtxI->getFunction();
306 return DT->dominates(I, CtxI);
308 if (CtxI && I->getParent() == CtxI->getParent())
311 [&](const Instruction &AfterI) { return &AfterI == CtxI; });
922 const Instruction *CtxI) {
1679 Instruction *CtxI = IRP.getCtxI();
1680 if (CtxI &&
1681 isAssumedDead(*CtxI, QueryingAA, FnLivenessAA, UsedAssumedInformation,
3768 OS << "] for CtxI ";