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.cpp95 aboutToRemoveInterval(*VirtReg); in allocatePhysRegs()
152 aboutToRemoveInterval(*SplitVirtReg); in allocatePhysRegs()
H A DRegAllocBase.h131 virtual void aboutToRemoveInterval(const LiveInterval &LI) {} in aboutToRemoveInterval() function
H A DRegAllocBasic.cpp150 aboutToRemoveInterval(LI); in INITIALIZE_PASS_DEPENDENCY()
H A DRegAllocGreedy.h297 void aboutToRemoveInterval(const LiveInterval &) override;
H A DRegAllocGreedy.cpp238 aboutToRemoveInterval(LI); in LRE_CanEraseVirtReg()
2208 void RAGreedy::aboutToRemoveInterval(const LiveInterval &LI) { in aboutToRemoveInterval() function in RAGreedy