Home
last modified time | relevance | path

Searched refs:NumSuccessors (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h358 unsigned NumSuccessors; member
375 NumSuccessors = Best.NumSuccessors; in setBest()
DSIMachineScheduler.cpp1444 if (tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage()
1445 Cand.NumSuccessors > 0, in tryCandidateRegUsage()
1491 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h366 unsigned NumSuccessors; member
382 NumSuccessors = Best.NumSuccessors; in setBest()
DSIMachineScheduler.cpp1597 if (SISched::tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage()
1598 Cand.NumSuccessors > 0, in tryCandidateRegUsage()
1643 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h366 unsigned NumSuccessors; member
382 NumSuccessors = Best.NumSuccessors; in setBest()
DSIMachineScheduler.cpp1595 if (SISched::tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage()
1596 Cand.NumSuccessors > 0, in tryCandidateRegUsage()
1641 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp1156 unsigned NumSuccessors = Src->getTerminator()->getNumSuccessors(); in copyEdgeProbabilities() local
1157 assert(NumSuccessors == Dst->getTerminator()->getNumSuccessors()); in copyEdgeProbabilities()
1158 if (NumSuccessors == 0) in copyEdgeProbabilities()
1164 for (unsigned SuccIdx = 0; SuccIdx < NumSuccessors; ++SuccIdx) { in copyEdgeProbabilities()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp682 for (unsigned Idx = 0, NumSuccessors = Instruction::getNumSuccessors(); in replaceSuccessorWith() local
683 Idx != NumSuccessors; ++Idx) in replaceSuccessorWith()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp719 for (unsigned Idx = 0, NumSuccessors = Instruction::getNumSuccessors(); in replaceSuccessorWith() local
720 Idx != NumSuccessors; ++Idx) in replaceSuccessorWith()
/external/llvm-project/llvm/include/llvm/Analysis/
DRegionInfoImpl.h460 unsigned NumSuccessors = Tr::getNumSuccessors(exit); in getExpandedRegion() local
462 if (NumSuccessors == 0) in getExpandedRegion()
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h441 unsigned NumSuccessors = Tr::getNumSuccessors(exit); in getExpandedRegion() local
443 if (NumSuccessors == 0) in getExpandedRegion()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h460 unsigned NumSuccessors = Tr::getNumSuccessors(exit); in getExpandedRegion() local
462 if (NumSuccessors == 0) in getExpandedRegion()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp405 unsigned NumSuccessors = SI->getNumSuccessors(); in buildConditionSets() local
406 ConditionSets.resize(NumSuccessors); in buildConditionSets()
422 for (unsigned u = 2; u < NumSuccessors; u++) in buildConditionSets()