Home
last modified time | relevance | path

Searched refs:SuccIdx (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp416 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
417 EdgeProbabilities[SuccIdx] = Prob; in calcUnreachableHeuristics()
427 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
428 EdgeProbabilities[SuccIdx] = UnreachableProb; in calcUnreachableHeuristics()
429 for (unsigned SuccIdx : ReachableEdges) in calcUnreachableHeuristics() local
430 EdgeProbabilities[SuccIdx] = ReachableProb; in calcUnreachableHeuristics()
613 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
614 EdgeProbabilities[SuccIdx] = Prob; in calcColdCallHeuristics()
626 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
627 EdgeProbabilities[SuccIdx] = ColdProb; in calcColdCallHeuristics()
[all …]
DSyncDependenceAnalysis.cpp286 auto SuccIdx = LoopPOT.getIndexOf(SuccBlock); in computeJoin() local
289 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin()
291 BlockLabels[SuccIdx] = &PushedLabel; in computeJoin()
296 BlockLabels[SuccIdx] = &SuccBlock; in computeJoin()
345 auto SuccIdx = LoopPOT.getIndexOf(*SuccBlock); in computeJoinPoints() local
346 BlockLabels[SuccIdx] = SuccBlock; in computeJoinPoints()
349 BlockIdx = std::max<int>(BlockIdx, SuccIdx); in computeJoinPoints()
350 FloorIdx = std::min<int>(FloorIdx, SuccIdx); in computeJoinPoints()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp160 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
161 setEdgeProbability(BB, SuccIdx, Prob); in calcUnreachableHeuristics()
172 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
173 setEdgeProbability(BB, SuccIdx, UnreachableProb); in calcUnreachableHeuristics()
174 for (unsigned SuccIdx : ReachableEdges) in calcUnreachableHeuristics() local
175 setEdgeProbability(BB, SuccIdx, ReachableProb); in calcUnreachableHeuristics()
288 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
289 setEdgeProbability(BB, SuccIdx, Prob); in calcColdCallHeuristics()
300 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
301 setEdgeProbability(BB, SuccIdx, ColdProb); in calcColdCallHeuristics()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp255 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
256 setEdgeProbability(BB, SuccIdx, Prob); in calcUnreachableHeuristics()
265 for (unsigned SuccIdx : UnreachableEdges) in calcUnreachableHeuristics() local
266 setEdgeProbability(BB, SuccIdx, UnreachableProb); in calcUnreachableHeuristics()
267 for (unsigned SuccIdx : ReachableEdges) in calcUnreachableHeuristics() local
268 setEdgeProbability(BB, SuccIdx, ReachableProb); in calcUnreachableHeuristics()
401 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
402 setEdgeProbability(BB, SuccIdx, Prob); in calcColdCallHeuristics()
413 for (unsigned SuccIdx : ColdEdges) in calcColdCallHeuristics() local
414 setEdgeProbability(BB, SuccIdx, ColdProb); in calcColdCallHeuristics()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp373 unsigned SuccIdx = ICmp->getPredicate() == ICmpInst::ICMP_NE ? 0 : 1; in CanGenerateTest() local
374 if (BI->getSuccessor(SuccIdx) != Preheader) in CanGenerateTest()
DLiveVariables.cpp748 unsigned SuccIdx = SuccMBB->getNumber(); in isLiveOut() local
749 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp370 unsigned SuccIdx = ICmp->getPredicate() == ICmpInst::ICMP_NE ? 0 : 1; in CanGenerateTest() local
371 if (BI->getSuccessor(SuccIdx) != Preheader) in CanGenerateTest()
DLiveVariables.cpp749 unsigned SuccIdx = SuccMBB->getNumber(); in isLiveOut() local
750 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp751 unsigned SuccIdx = SuccMBB->getNumber(); in isLiveOut() local
752 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp1536 unsigned SuccIdx = RpotIdxMap[Succ]; in runOnMachineFunction() local
1537 BlockInfo &SuccBI = BlockInfos[SuccIdx]; in runOnMachineFunction()
1540 if (SuccIdx <= Idx) in runOnMachineFunction()
1549 if (SuccIdx <= Idx) in runOnMachineFunction()