Home
last modified time | relevance | path

Searched refs:getSuccessors (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanVerifier.cpp58 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion()
87 const auto &PredSuccs = Pred->getSuccessors(); in verifyBlocksInRegion()
DVPlan.h435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function
474 return getEnclosingBlockWithSuccessors()->getSuccessors(); in getHierarchicalSuccessors()
1164 assert(Exit->getSuccessors().empty() && "Exit block has successors."); in VPBlockBase()
1206 assert(ExitBlock->getSuccessors().empty() && in setExit()
1238 return N->getSuccessors().begin();
1242 return N->getSuccessors().end();
1253 return N->getSuccessors().begin();
1257 return N->getSuccessors().end();
1551 assert(NewBlock->getSuccessors().empty() &&
[all …]
DVPlanPredicator.cpp120 for (VPBlockBase *SuccBlock : FromBlock->getSuccessors()) { in getEdgeTypeBetween()
DVPlan.cpp126 auto &PredVPSuccessors = PredVPBB->getSuccessors(); in createEmptyBasicBlock()
584 auto &Successors = Block->getSuccessors(); in dumpEdges()
DLoopVectorize.cpp7005 assert(VPBB->getSuccessors().empty() && in handleReplication()
/third_party/glslang/SPIRV/
DInReadableOrder.cpp96 const auto& successors = block->getSuccessors(); in visit()
DspvIR.h209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/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