Searched refs:SpillIs (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 279 const SmallVectorImpl<LiveInterval*> *SpillIs, 292 const SmallVectorImpl<LiveInterval*> *SpillIs, 379 const SmallVectorImpl<LiveInterval*> *SpillIs,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 979 const SmallVectorImpl<LiveInterval*> *SpillIs, in isReMaterializable() argument 1006 if (SpillIs) in isReMaterializable() 1007 for (unsigned i = 0, e = SpillIs->size(); i != e; ++i) in isReMaterializable() 1008 if (ImpUse == (*SpillIs)[i]->reg) in isReMaterializable() 1026 const SmallVectorImpl<LiveInterval*> *SpillIs, in isReMaterializable() argument 1040 !isReMaterializable(li, VNI, ReMatDefMI, SpillIs, DefIsLoad)) in isReMaterializable() 1741 const SmallVectorImpl<LiveInterval*> *SpillIs, in addIntervalsForSpills() argument 1834 if (ReMatDefMI && isReMaterializable(li, VNI, ReMatDefMI, SpillIs, dummy)) { in addIntervalsForSpills()
|