OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LRE_CanEraseVirtReg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h
48
virtual bool
LRE_CanEraseVirtReg
(unsigned) { return true; }
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
160
if (TheDelegate && TheDelegate->
LRE_CanEraseVirtReg
(Reg))
RegAllocGreedy.cpp
341
bool
LRE_CanEraseVirtReg
(unsigned) override;
492
bool RAGreedy::
LRE_CanEraseVirtReg
(unsigned VirtReg) {
[
all
...]
Completed in 3308 milliseconds