Home
last modified time | relevance | path

Searched refs:OtherLIs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp222 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color]; in OverlapWithAssignments() local
223 for (unsigned i = 0, e = OtherLIs.size(); i != e; ++i) { in OverlapWithAssignments()
224 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp242 const SmallVector<LiveInterval*,4> &OtherLIs = Assignments[Color]; in OverlapWithAssignments() local
243 for (unsigned i = 0, e = OtherLIs.size(); i != e; ++i) { in OverlapWithAssignments()
244 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments()