Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp66 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef
69 static BlockVector getSortedEntries(const BlockSet &Entries) { in getSortedEntries()
70 BlockVector SortedEntries(Entries.begin(), Entries.end()); in getSortedEntries()
209 BlockVector WorkList; in calculate()
344 BlockVector SortedEntries = getSortedEntries(Entries); in makeSingleEntryLoop()
393 BlockVector AllPreds; in makeSingleEntryLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h270 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
271 using BlockVectorLists = SmallVector<BlockVector, 4>;
298 static uint64_t getCyclesCount(const BlockVector &blocks);
299 static uint64_t getLineCount(const BlockVector &Blocks);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h605 SmallVectorImpl<BasicBlock *> &BlockVector);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp476 uint64_t GCOVBlock::getCyclesCount(const BlockVector &blocks) { in getCyclesCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2601 SmallVectorImpl<BasicBlock *> &BlockVector) { in collectBlocks() argument
2609 BlockVector.push_back(BB); in collectBlocks()