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

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

Completed in 41 milliseconds