Lines Matching defs:CtxI
295 const Instruction *CtxI = VAC.getCtxI();
296 if (CtxI)
297 Scope = CtxI->getFunction();
305 return DT->dominates(I, CtxI);
307 if (CtxI && I->getParent() == CtxI->getParent())
310 [&](const Instruction &AfterI) { return &AfterI == CtxI; });
921 const Instruction *CtxI) {
1678 Instruction *CtxI = IRP.getCtxI();
1679 if (CtxI &&
1680 isAssumedDead(*CtxI, QueryingAA, FnLivenessAA, UsedAssumedInformation,
3760 OS << "] for CtxI ";