OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewVRegs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
378
SmallVectorImpl<unsigned> &
NewVRegs
);
383
SmallVectorImpl<unsigned> &
NewVRegs
);
618
SmallVectorImpl<unsigned> &
NewVRegs
) {
637
evictInterference(VirtReg, Hint,
NewVRegs
);
651
unsigned CheapReg = tryEvict(VirtReg, Order,
NewVRegs
, Cost);
806
SmallVectorImpl<unsigned> &
NewVRegs
) {
838
NewVRegs
.push_back(Intf->reg);
858
SmallVectorImpl<unsigned> &
NewVRegs
,
[
all
...]
RegAllocPBQP.cpp
606
SmallVector<unsigned, 8>
NewVRegs
;
607
spillVReg(VReg,
NewVRegs
, MF, LIS, VRM, VRegSpiller);
608
Worklist.insert(Worklist.end(),
NewVRegs
.begin(),
NewVRegs
.end());
685
SmallVector<unsigned, 8>
NewVRegs
;
686
spillVReg(VReg,
NewVRegs
, MF, LIS, VRM, VRegSpiller);
687
AnotherRoundNeeded |= !
NewVRegs
.empty();
Completed in 977 milliseconds