Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h49 SmallPtrSet<const MachineBasicBlock *, 8> BlockSet; variable
70 return BlockSet.count(MBB); in contains()
75 BlockSet.insert(MBB); in addBlock()
H A DWebAssemblyFixIrreducibleControlFlow.cpp90 using BlockSet = SmallPtrSet<MachineBasicBlock *, 4>; typedef in __anon90db4fc00111::LoopFixer
91 DenseMap<MachineBasicBlock *, BlockSet> Reachable;
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp762 auto BlockSet = getCoroBeginPredBlocks(CoroBegin); in relocateInstructionBefore() local
763 auto DoNotRelocateSet = getNotRelocatableInstructions(CoroBegin, BlockSet); in relocateInstructionBefore()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp240 SmallPtrSet<BasicBlock *, 8> BlockSet; in PGOCounterPromoter() local
244 if (BlockSet.insert(ExitBlock).second) { in PGOCounterPromoter()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp110 using BlockSet = SmallPtrSet<const MachineBasicBlock *, 8>; typedef
114 BlockSet FunctionBlocks;
156 BlockSet Preds, Succs;