Searched refs:LRE_CanEraseVirtReg (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h47 virtual bool LRE_CanEraseVirtReg(unsigned) { return true; } function in class:llvm::LiveRangeEdit::Delegate
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp155 if (TheDelegate && TheDelegate->LRE_CanEraseVirtReg(Reg))
H A DRegAllocGreedy.cpp252 bool LRE_CanEraseVirtReg(unsigned);
359 bool RAGreedy::LRE_CanEraseVirtReg(unsigned VirtReg) { function in class:RAGreedy

Completed in 238 milliseconds