Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp67 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef
70 static BlockVector getSortedEntries(const BlockSet &Entries) { in getSortedEntries()
71 BlockVector SortedEntries(Entries.begin(), Entries.end()); in getSortedEntries()
210 BlockVector WorkList; in calculate()
343 BlockVector SortedEntries = getSortedEntries(Entries); in makeSingleEntryLoop()
392 BlockVector AllPreds; in makeSingleEntryLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h277 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
278 using BlockVectorLists = SmallVector<BlockVector, 4>;
305 static uint64_t getCyclesCount(const BlockVector &blocks);
306 static uint64_t getLineCount(const BlockVector &Blocks);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp524 uint64_t GCOVBlock::getCyclesCount(const BlockVector &blocks) { in getCyclesCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2062 SmallVectorImpl<BasicBlock *> &BlockVector);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8357 SmallVectorImpl<BasicBlock *> &BlockVector) { in collectBlocks() argument
8365 BlockVector.push_back(BB); in collectBlocks()