Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h76 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
DWebAssemblyFixIrreducibleControlFlow.cpp187 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anon5d112a4a0111::LoopBlocks
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h354 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
DSIMachineScheduler.cpp625 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h154 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function