OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegAllocHints
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
61
///
RegAllocHints
- This vector records register allocation hints for virtual
68
IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor>
RegAllocHints
;
600
RegAllocHints
[Reg].first = Type;
601
RegAllocHints
[Reg].second = PrefReg;
608
return
RegAllocHints
[Reg];
[
all
...]
/external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp
28
RegAllocHints
.reserve(256);
106
RegAllocHints
.grow(Reg);
Completed in 104 milliseconds