Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp97 aboutToRemoveInterval(*VirtReg); in allocatePhysRegs()
143 aboutToRemoveInterval(*SplitVirtReg); in allocatePhysRegs()
H A DRegAllocBase.h144 virtual void aboutToRemoveInterval(const LiveInterval &LI) {} in aboutToRemoveInterval() function
H A DRegAllocBasic.cpp151 aboutToRemoveInterval(LI); in INITIALIZE_PASS_DEPENDENCY()
H A DRegAllocGreedy.h297 void aboutToRemoveInterval(const LiveInterval &) override;
H A DRegAllocGreedy.cpp373 aboutToRemoveInterval(LI); in LRE_CanEraseVirtReg()
2353 void RAGreedy::aboutToRemoveInterval(const LiveInterval &LI) { in aboutToRemoveInterval() function in RAGreedy