Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp94 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon2f1687750111::LiveDebugValues::UserValueScopes
102 if (LBlocks.empty()) in dominates()
103 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
104 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp80 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon008224d20111::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 __anonb2ee42a60111::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()