Home
last modified time | relevance | path

Searched defs:getSuccessors (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function
/third_party/glslang/SPIRV/
DspvIR.h209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function