Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } getBlocks() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h78 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
H A DWebAssemblyFixIrreducibleControlFlow.cpp199 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anonaa7be00e0111::LoopBlocks
/llvm-project/mlir/include/mlir/IR/
H A DRegion.h45 BlockListType &getBlocks() { return blocks; } in getBlocks() function
/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h173 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h351 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { getBlocks() function in SIScheduleBlockCreator