OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocatableRegs_
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
63
///
allocatableRegs_
- A bit vector of allocatable registers.
64
BitVector
allocatableRegs_
;
105
return
allocatableRegs_
.test(reg);
/external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp
142
BitVector
allocatableRegs_
;
513
allocatableRegs_
= tri_->getAllocatableSet(fn);
574
if (!i->second->empty() &&
allocatableRegs_
.test(i->second->reg)) {
[
all
...]
Completed in 990 milliseconds