Home
last modified time | relevance | path

Searched refs:getBlocks (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h78 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
80 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin()
81 block_iterator block_end() const { return getBlocks().end(); } in block_end()
H A DWebAssemblyExceptionInfo.cpp339 for (unsigned I = 0; I < getBlocks().size(); ++I) { in print()
340 MachineBasicBlock *MBB = getBlocks()[I]; in print()
H A DWebAssemblyFixIrreducibleControlFlow.cpp198 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anonba73af260111::LoopBlocks
323 if (processRegion(LoopEntry, InnerBlocks.getBlocks(), MF)) { in processRegion()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h315 …virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) { return 0; } in getBlocks() function
370 virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data);
823 virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data);
861 virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data);
H A DEncoreBootImage.cpp223 nop.getBlocks(blocksWritten, 1, &block); in writeToStream()
258 tag.getBlocks(blocksWritten, 1, &block); in writeToStream()
282 section->getBlocks(blocksWritten, 1, &block); in writeToStream()
608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::BootCommand
1215 unsigned EncoreBootImage::BootSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::BootSection
1246 return command->getBlocks(commandOffset, readCount, data); in getBlocks()
1320 unsigned EncoreBootImage::DataSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() function in EncoreBootImage::DataSection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp406 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions()
560 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop()
611 for (auto *Block : L->getBlocks()) { in runOnLoop()
H A DLoopDistribute.cpp163 for (auto *B : OrigLoop->getBlocks()) in populateUsedSet()
218 for (auto *Block : OrigLoop->getBlocks()) in removeUnusedInsts()
248 for (auto *BB : getDistributedLoop()->getBlocks()) in printBlocks()
H A DLoopUnrollAndJamPass.cpp252 if (SubLoop->getBlocks().size() != 1) { in computeUnrollAndJamCount()
263 for (BasicBlock *BB : SubLoop->getBlocks()) { in computeUnrollAndJamCount()
H A DLICM.cpp332 for (auto *BB : L->getBlocks()) in SinkAndHoistLICMFlags()
374 bool HasCoroSuspendInst = llvm::any_of(L->getBlocks(), [](BasicBlock *BB) { in runOnLoop()
1134 for (auto *BB : L->getBlocks()) in isReadOnly()
1144 for (auto *BB : L->getBlocks()) in isOnlyMemoryAccess()
1326 for (auto *BB : CurLoop->getBlocks()) in canSinkOrHoistInst()
2375 for (BasicBlock *BB : CurLoop->getBlocks()) in pointerInvalidatedByLoop()
2430 for (auto *BB : CurLoop->getBlocks()) in pointerInvalidatedByLoopWithMSSA()
H A DInductiveRangeCheckElimination.cpp1146 for (BasicBlock *BB : OriginalLoop.getBlocks()) { in cloneLoop()
1170 BasicBlock *OriginalBB = OriginalLoop.getBlocks()[i]; in cloneLoop()
1885 if (L->getBlocks().size() >= LoopSizeCutoff) { in run()
1899 for (auto BBI : L->getBlocks()) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp227 for (BasicBlock *BB : L->getBlocks()) { in simplifyLoopAfterUnroll()
370 std::vector<BasicBlock *> OriginalLoopBlocks = L->getBlocks(); in UnrollLoop()
567 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop()
580 for (BasicBlock *BB : L->getBlocks()) in UnrollLoop()
596 identifyNoAliasScopesToClone(L->getBlocks(), LoopLocalNoAliasDeclScopes); in UnrollLoop()
H A DLoopSimplify.cpp325 for (unsigned i = 0; i != L->getBlocks().size(); ++i) { in separateNestedLoop()
326 BasicBlock *BB = L->getBlocks()[i]; in separateNestedLoop()
H A DCloneFunction.cpp843 for (BasicBlock *BB : OrigLoop->getBlocks()) { in cloneLoopWithPreheader()
861 for (BasicBlock *BB : OrigLoop->getBlocks()) { in cloneLoopWithPreheader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h392 for (unsigned i = 0; i < getBlocks().size(); ++i) { in print()
393 BlockT *BB = getBlocks()[i]; in print()
674 std::vector<BlockT *> BBs = L->getBlocks(); in compareLoops()
675 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
H A DLoopInfo.h104 BlockT *getHeader() const { return getBlocks().front(); } in getHeader()
171 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
176 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin()
177 block_iterator block_end() const { return getBlocks().end(); } in block_end()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h251 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
352 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
1755 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()
1760 ScheduledBlocks = Scheduler.getBlocks(); in scheduleVariant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp239 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
242 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.cpp239 if (bundles->getBlocks(n).size() > 100) { in activate()
H A DMachineLICM.cpp526 for (MachineBasicBlock *BB : CurLoop->getBlocks()) { in HoistRegionPostRA()
598 for (MachineBasicBlock *BB : CurLoop->getBlocks()) { in AddToLiveIns()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp680 for (MachineBasicBlock *MBB : L.getBlocks()) in runOnLoop()
714 for (MachineBasicBlock *MBB : L.getBlocks()) { in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp395 for (auto *BB : L->getBlocks()) in TryConvertActiveLaneMask()
H A DARMLowOverheadLoops.cpp615 assert(ML.getBlocks().size() == 1 && in ValidateTailPredicate()
1207 for (auto *MBB : ML->getBlocks()) in ProcessLoop()
1236 for (auto *MBB : reverse(ML->getBlocks())) { in ProcessLoop()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp466 unsigned blocksRead = section->getBlocks(offset, 1, data); in extractSection()

123