Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h253 using BlockSetT = SmallPtrSet<const MachineBasicBlock *, 4>; variable
254 DenseMap<const DILocation *, std::unique_ptr<BlockSetT>> DominatedBlocks;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp322 std::unique_ptr<BlockSetT> &Set = DominatedBlocks[DL]; in dominates()
324 Set = std::make_unique<BlockSetT>(); in dominates()