Searched refs:SpillIdxes (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1428 DenseMap<unsigned, std::vector<SRInfo> > &SpillIdxes, in rewriteInstructionsForSpills() 1578 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills() 1580 if (SII == SpillIdxes.end()) { in rewriteInstructionsForSpills() 1583 SpillIdxes.insert(std::make_pair(MBBId, S)); in rewriteInstructionsForSpills() 1595 } else if (SII != SpillIdxes.end() && in rewriteInstructionsForSpills() 1602 SpillIdxes.erase(MBBId); in rewriteInstructionsForSpills() 1611 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills() 1612 if (SII != SpillIdxes.end() && in rewriteInstructionsForSpills() 1753 DenseMap<unsigned, std::vector<SRInfo> > SpillIdxes; in addIntervalsForSpills() local 1804 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 454 DenseMap<unsigned,std::vector<SRInfo> > &SpillIdxes,
|