Searched refs:RestoreMBBs (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1429 BitVector &RestoreMBBs, in rewriteInstructionsForSpills() argument 1632 RestoreMBBs.set(MBBId); in rewriteInstructionsForSpills() 1649 unsigned vr, BitVector &RestoreMBBs, in alsoFoldARestore() argument 1651 if (!RestoreMBBs[Id]) in alsoFoldARestore() 1663 unsigned vr, BitVector &RestoreMBBs, in eraseRestoreInfo() argument 1665 if (!RestoreMBBs[Id]) in eraseRestoreInfo() 1754 BitVector RestoreMBBs(mf_->getNumBlockIDs()); in addIntervalsForSpills() local 1804 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills() 1810 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills() 1885 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 417 BitVector &RestoreMBBs, 420 BitVector &RestoreMBBs, 455 BitVector &RestoreMBBs,
|