Home
last modified time | relevance | path

Searched refs:getSuccessorIndex (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp133 UnreachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
135 ReachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
262 ColdEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
264 NormalEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
357 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
359 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
361 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
599 return getEdgeProbability(Src, Dst.getSuccessorIndex()); in getEdgeProbability()
611 auto MapI = Probs.find(std::make_pair(Src, I.getSuccessorIndex())); in getEdgeProbability()
DSparsePropagation.cpp199 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp245 UnreachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
247 ReachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
391 ColdEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
393 NormalEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
622 UnlikelyEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
624 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
626 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
628 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
631 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
633 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp404 UnreachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
406 ReachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()
601 ColdEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
603 NormalEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()
802 UnlikelyEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
804 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
806 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
808 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()
1107 return getEdgeProbability(Src, Dst.getSuccessorIndex()); in getEdgeProbability()
1121 Prob += Probs.find(std::make_pair(Src, I.getSuccessorIndex()))->second; in getEdgeProbability()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFGPrinter.h136 unsigned SuccNo = I.getSuccessorIndex();
164 unsigned OpNo = I.getSuccessorIndex() + 1;
DSparsePropagation.h365 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm-project/llvm/include/llvm/Analysis/
DCFGPrinter.h216 unsigned SuccNo = I.getSuccessorIndex();
240 unsigned OpNo = I.getSuccessorIndex();
272 OpNo = I.getSuccessorIndex() + 1;
DSparsePropagation.h365 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h108 unsigned SuccNo = I.getSuccessorIndex();
/external/llvm-project/mlir/lib/Transforms/
DBufferDeallocation.cpp259 branchInterface.getSuccessorOperands(it.getSuccessorIndex()) in introduceBlockArgCopy()
265 branchInterface.getMutableSuccessorOperands(it.getSuccessorIndex()); in introduceBlockArgCopy()
DSCCP.cpp835 branchOperands = branch.getSuccessorOperands(it.getSuccessorIndex()); in visitBlockArgument()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h129 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h182 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
/external/llvm-project/mlir/include/mlir/IR/
DBlockSupport.h48 unsigned getSuccessorIndex() const;
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h205 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp543 if (!branch || !branch.getMutableSuccessorOperands(it.getSuccessorIndex())) in ableToUpdatePredOperands()
599 unsigned succIndex = predIt.getSuccessorIndex(); in merge()
/external/llvm-project/mlir/lib/IR/
DBlock.cpp297 unsigned PredecessorIterator::getSuccessorIndex() const { in getSuccessorIndex() function in PredecessorIterator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h197 int getSuccessorIndex() const { return Idx; } in getSuccessorIndex() function
/external/llvm-project/llvm/include/llvm/IR/
DCFG.h198 int getSuccessorIndex() const { return Idx; } in getSuccessorIndex() function
DInstructions.h3236 return SI->getSuccessor(getSuccessorIndex());
3243 unsigned getSuccessorIndex() const {
3275 SI->setSuccessor(getSuccessorIndex(), S);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp653 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex()); in unswitchTrivialSwitch()
768 SIW.getSuccessorWeight(Case.getSuccessorIndex())); in unswitchTrivialSwitch()
773 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex()); in unswitchTrivialSwitch()
816 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex())); in unswitchTrivialSwitch()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp677 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex()); in unswitchTrivialSwitch()
792 SIW.getSuccessorWeight(Case.getSuccessorIndex())); in unswitchTrivialSwitch()
797 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex()); in unswitchTrivialSwitch()
840 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex())); in unswitchTrivialSwitch()
DSCCP.cpp654 Succs[SI->findCaseValue(CI)->getSuccessorIndex()] = true; in getFeasibleSuccessors()
665 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
669 Succs[SI->case_default()->getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm/include/llvm/IR/
DInstrTypes.h160 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
DInstructions.h3058 return SI->getSuccessor(getSuccessorIndex());
3065 unsigned getSuccessorIndex() const {
3129 SI->setSuccessor(getSuccessorIndex(), S);

12