Home
last modified time | relevance | path

Searched refs:OtherLI (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp149 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction()
150 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp147 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction()
148 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h722 LoopInfoBase<BlockT, LoopT> OtherLI; in verify() local
723 OtherLI.analyze(DomTree); in verify()
729 for (LoopT *L : OtherLI) in verify()
730 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp224 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments() local
225 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp261 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments() local
262 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp244 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments() local
245 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()