Home
last modified time | relevance | path

Searched defs:getNumSuccessors (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.h61 unsigned getNumSuccessors() const { return Succ.size(); } in getNumSuccessors() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp645 unsigned Instruction::getNumSuccessors() const { in getNumSuccessors() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h453 size_t getNumSuccessors() const { return Successors.size(); } in getNumSuccessors() function