Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStackReachingUses.cpp24 const MCInst *ReachingInst = *I; in isLoadedInDifferentReg() local
25 if (ErrorOr<const FrameIndexEntry &> FIEY = FA.getFIEFor(*ReachingInst)) { in isLoadedInDifferentReg()
40 const MCInst *ReachingInst = *I; in isStoreUsed() local
42 if (ErrorOr<const FrameIndexEntry &> FIEY = FA.getFIEFor(*ReachingInst)) { in isStoreUsed()
49 ErrorOr<const ArgAccesses &> Args = FA.getArgAccessesFor(*ReachingInst); in isStoreUsed()
H A DValidateInternalCalls.cpp154 MCInst &ReachingInst = **I; in fixCFGForIC() local
155 if (!getInternalCallTarget(Function, ReachingInst) || in fixCFGForIC()
156 BC.MIB->hasAnnotation(ReachingInst, getProcessedICTag())) in fixCFGForIC()
160 int SPAtCall = SPTIC.getStateAt(ReachingInst)->first; in fixCFGForIC()
171 BC.MIB->addAnnotation(ReachingInst, getProcessedICTag(), 0U); in fixCFGForIC()
174 BinaryBasicBlock *CallerBlock = Info.getInsnToBBMap()[&ReachingInst]; in fixCFGForIC()