Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp199 MCInst &PropagateInst = *PropagateItr; in constantAndCopyPropagate() local
200 if (regIsUsed(PropagateInst, Reg, BC)) { in constantAndCopyPropagate()
209 PropagateInst, Reg, OriginalInst.getOperand(1).getImm()); in constantAndCopyPropagate()
212 PropagateInst, Reg, OriginalInst.getOperand(1).getReg()); in constantAndCopyPropagate()
219 regIsPossiblyOverwritten(PropagateInst, in constantAndCopyPropagate()
225 if (regIsPossiblyOverwritten(PropagateInst, Reg, BC)) in constantAndCopyPropagate()
229 if (regIsDefinitelyOverwritten(PropagateInst, Reg, BC)) { in constantAndCopyPropagate()