Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 7 of 7) 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 __anone215d2470111::LoopBlocks
/third_party/glslang/SPIRV/
DspvIR.h352 const std::vector<Block*>& getBlocks() const { return blocks; } in getBlocks() function
/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