Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h270 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable
271 using BlockVectorLists = SmallVector<BlockVector, 4>;
296 static void unblock(const GCOVBlock *U, BlockVector &Blocked,
299 Edges &Path, BlockVector &Blocked,
301 const BlockVector &Blocks, uint64_t &Count);
302 static void getCyclesCount(const BlockVector &Blocks, uint64_t &Count);
303 static uint64_t getLineCount(const BlockVector &Blocks);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h323 using BlockVector = SmallVector<const GCOVBlock *, 4>; variable
324 using BlockVectorLists = SmallVector<BlockVector, 4>;
370 static void unblock(const GCOVBlock *U, BlockVector &Blocked,
373 Edges &Path, BlockVector &Blocked,
375 const BlockVector &Blocks, uint64_t &Count);
376 static void getCyclesCount(const BlockVector &Blocks, uint64_t &Count);
377 static uint64_t getLineCount(const BlockVector &Blocks);
398 using BlockVector = SmallVector<const GCOVBlock *, 4>; variable
399 using BlockLines = DenseMap<uint32_t, BlockVector>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp459 void GCOVBlock::unblock(const GCOVBlock *U, BlockVector &Blocked, in unblock()
469 const BlockVector ToUnblock(BlockLists[index]); in unblock()
477 Edges &Path, BlockVector &Blocked, in lookForCircuit()
479 const BlockVector &Blocks, uint64_t &Count) { in lookForCircuit()
481 BlockLists.emplace_back(BlockVector()); in lookForCircuit()
514 BlockVector &List = BlockLists[index]; in lookForCircuit()
525 void GCOVBlock::getCyclesCount(const BlockVector &Blocks, uint64_t &Count) { in getCyclesCount()
528 BlockVector Blocked; in getCyclesCount()
537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount()
754 const BlockVector &Blocks = BlocksIt->second; in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp66 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef
198 BlockVector WorkList; in calculate()
328 BlockVector SortedEntries(Entries.begin(), Entries.end()); in makeSingleEntryLoop()
383 BlockVector AllPreds; in makeSingleEntryLoop()
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp444 void GCOVBlock::unblock(const GCOVBlock *U, BlockVector &Blocked, in unblock()
454 const BlockVector ToUnblock(BlockLists[index]); in unblock()
462 Edges &Path, BlockVector &Blocked, in lookForCircuit()
464 const BlockVector &Blocks, uint64_t &Count) { in lookForCircuit()
466 BlockLists.emplace_back(BlockVector()); in lookForCircuit()
499 BlockVector &List = BlockLists[index]; in lookForCircuit()
510 void GCOVBlock::getCyclesCount(const BlockVector &Blocks, uint64_t &Count) { in getCyclesCount()
513 BlockVector Blocked; in getCyclesCount()
/external/llvm/include/llvm/Support/
DGCOV.h372 typedef SmallVector<const GCOVBlock *, 4> BlockVector; typedef
373 typedef DenseMap<uint32_t, BlockVector> BlockLines;
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h420 SmallVectorImpl<BasicBlock *> &BlockVector);
/external/llvm/lib/IR/
DGCOV.cpp605 const BlockVector &Blocks = BlocksIt->second; in print()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1520 SmallVectorImpl<BasicBlock *> &BlockVector) { in collectBlocks() argument
1528 BlockVector.push_back(BB); in collectBlocks()