Searched refs:getSuccessors (Results 1 – 15 of 15) sorted by relevance
54 VPBlockBase *IfThen = H->getSuccessors()[0]; in TEST_F()55 VPBlockBase *IfElse = H->getSuccessors()[1]; in TEST_F()57 VPBlockBase *Exit = Latch->getSuccessors()[0] != H in TEST_F()58 ? Latch->getSuccessors()[0] in TEST_F()59 : Latch->getSuccessors()[1]; in TEST_F()
52 VPBlockBase *IfThen = H->getSuccessors()[0]; in TEST_F()53 VPBlockBase *IfElse = H->getSuccessors()[1]; in TEST_F()55 VPBlockBase *Exit = Latch->getSuccessors()[0] != H in TEST_F()56 ? Latch->getSuccessors()[0] in TEST_F()57 : Latch->getSuccessors()[1]; in TEST_F()
413 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function414 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function452 return getEnclosingBlockWithSuccessors()->getSuccessors(); in getHierarchicalSuccessors()1028 assert(Exit->getSuccessors().empty() && "Exit block has successors."); in VPBlockBase()1070 assert(ExitBlock->getSuccessors().empty() && in setExit()1261 return N->getSuccessors().begin();1265 return N->getSuccessors().end();1276 return N->getSuccessors().begin();1280 return N->getSuccessors().end();1381 assert(NewBlock->getSuccessors().empty() &&[all …]
58 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion()87 const auto &PredSuccs = Pred->getSuccessors(); in verifyBlocksInRegion()
125 auto &PredVPSuccessors = PredVPBB->getSuccessors(); in createEmptyBasicBlock()441 auto &Successors = Block->getSuccessors(); in dumpEdges()
6823 assert(VPBB->getSuccessors().empty() && in handleReplication()
100 InstructionContext[] getSuccessors(); in getSuccessors() method
471 final InstructionHandle[] successors = getSuccessors(u); in Subroutines()623 private static InstructionHandle[] getSuccessors(final InstructionHandle instruction) { in getSuccessors() method in Subroutines
318 public InstructionContext[] getSuccessors() { in getSuccessors() method in ControlFlowGraph.InstructionContextImpl
209 final InstructionContext[] succs = u.getSuccessors(); in circulationPump()
90 const auto successors = block->getSuccessors(); in visit()
207 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
40 - The InstructionContext.getSuccessors() method may return the same
160 public List<AnalyzedInstruction> getSuccessors() { in getSuccessors() method in AnalyzedInstruction
9270 getSuccessors()