Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp84 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anonb2ee42a60111::UserValueScopes
92 if (LBlocks.empty()) in dominates()
93 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
94 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB)) in dominates()