Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp111 return (!regIsUsed(Inst, Reg, BC) && WrittenRegs.test(Reg) && in regIsDefinitelyOverwritten()
115 bool TailDuplication::regIsUsed(const MCInst &Inst, unsigned Reg, in regIsUsed() function in llvm::bolt::TailDuplication
144 if (regIsUsed(Inst, Reg, BC)) in isOverwrittenBeforeUsed()
200 if (regIsUsed(PropagateInst, Reg, BC)) { in constantAndCopyPropagate()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DTailDuplication.h82 bool regIsUsed(const MCInst &Inst, unsigned Reg, BinaryContext &BC) const;