Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp94 SmallPtrSet<const MachineBasicBlock *, 4> LBlocks; member in __anon560902200111::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()