OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFirstUnusedRegister
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.h
499
///
getFirstUnusedRegister
- Return the first physical register that has not
501
unsigned
getFirstUnusedRegister
(const TargetRegisterClass *RC) {
StackSlotColoring.cpp
282
unsigned Reg = VRM->
getFirstUnusedRegister
(RC);
Completed in 795 milliseconds