Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp80 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon09625d8f0111::UserValueScopes
88 if (LBlocks.empty()) in dominates()
89 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB)) in dominates()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp85 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon42b634630111::UserValueScopes
93 if (LBlocks.empty()) in dominates()
94 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
95 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()