OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasUnusedRegisters
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.h
482
///
HasUnusedRegisters
- Return true if there are any allocatable registers
484
bool
HasUnusedRegisters
() const {
StackSlotColoring.cpp
257
if (!(ColorWithRegs || ColorWithRegsOpt) || !VRM->
HasUnusedRegisters
())
732
if (NumSlots == 0 || !VRM->
HasUnusedRegisters
())
Completed in 90 milliseconds