Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/freebsd-src/contrib/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 __anon63cd76cd0111::LoopBlocks
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h173 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/freebsd-src/contrib/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