Searched refs:LRE_WillShrinkVirtReg (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp76 void LRE_WillShrinkVirtReg(unsigned) override;
159 void RABasic::LRE_WillShrinkVirtReg(unsigned VirtReg) { function in class:RABasic
H A DLiveRangeEdit.cpp333 TheDelegate->LRE_WillShrinkVirtReg(LI.reg);
412 TheDelegate->LRE_WillShrinkVirtReg(VReg);
H A DRegAllocGreedy.cpp444 void LRE_WillShrinkVirtReg(unsigned) override;
651 void RAGreedy::LRE_WillShrinkVirtReg(unsigned VirtReg) { function in class:__anon1792::RAGreedy
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h62 virtual void LRE_WillShrinkVirtReg(unsigned) {} function in class:llvm::LiveRangeEdit::Delegate

Completed in 129 milliseconds