Searched refs:LBlocks (Results 1 – 3 of 3) sorted by relevance
94 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon2f1687750111::LiveDebugValues::UserValueScopes102 if (LBlocks.empty()) in dominates()103 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()104 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()
80 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon008224d20111::UserValueScopes88 if (LBlocks.empty()) in dominates()89 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB)) in dominates()
85 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anonb2ee42a60111::UserValueScopes93 if (LBlocks.empty()) in dominates()94 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()95 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()