Searched refs:BlockVector (Results 1 – 5 of 5) sorted by relevance
67 using BlockVector = SmallVector<MachineBasicBlock *, 4>; typedef70 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()
286 using BlockVector = SmallVector<const GCOVBlock *, 1>; variable287 using BlockVectorLists = SmallVector<BlockVector, 4>;319 LLVM_ABI static uint64_t getCyclesCount(const BlockVector &blocks);320 LLVM_ABI static uint64_t getLineCount(const BlockVector &Blocks);
526 uint64_t GCOVBlock::getCyclesCount(const BlockVector &blocks) { in getCyclesCount()
2169 SmallVectorImpl<BasicBlock *> &BlockVector);
9628 SmallVectorImpl<BasicBlock *> &BlockVector) { in collectBlocks() argument9636 BlockVector.push_back(BB); in collectBlocks()