Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h253 using BlockSetT = SmallPtrSet<const MachineBasicBlock *, 4>; variable
254 DenseMap<const DILocation *, std::unique_ptr<BlockSetT>> DominatedBlocks;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLexicalScopes.cpp322 std::unique_ptr<BlockSetT> &Set = DominatedBlocks[DL]; in dominates()
324 Set = std::make_unique<BlockSetT>(); in dominates()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp118 using BlockSetT = SmallPtrSet<Block *, 16>; typedef in __anonf063894c0211::Backedges
183 BlockSetT visited;