Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h77 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } getBlocks() function
H A DWebAssemblyFixIrreducibleControlFlow.cpp199 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anon5f812d3b0111::LoopBlocks
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h173 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h351 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
H A DSIMachineScheduler.cpp606 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator