Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp94 aboutToRemoveInterval(*VirtReg); in allocatePhysRegs()
157 aboutToRemoveInterval(*SplitVirtReg); in allocatePhysRegs()
H A DRegAllocBase.h119 virtual void aboutToRemoveInterval(LiveInterval &LI) {} in aboutToRemoveInterval() function
H A DRegAllocBasic.cpp153 aboutToRemoveInterval(LI); in INITIALIZE_PASS_DEPENDENCY()
H A DRegAllocGreedy.cpp428 void aboutToRemoveInterval(LiveInterval &) override;
693 aboutToRemoveInterval(LI); in LRE_CanEraseVirtReg()
2860 void RAGreedy::aboutToRemoveInterval(LiveInterval &LI) { in aboutToRemoveInterval() function in RAGreedy