/external/llvm-project/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 416 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 …]
|
D | SyncDependenceAnalysis.cpp | 286 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/ |
D | BranchProbabilityInfo.cpp | 160 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/ |
D | BranchProbabilityInfo.cpp | 255 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/ |
D | HardwareLoops.cpp | 373 unsigned SuccIdx = ICmp->getPredicate() == ICmpInst::ICMP_NE ? 0 : 1; in CanGenerateTest() local 374 if (BI->getSuccessor(SuccIdx) != Preheader) in CanGenerateTest()
|
D | LiveVariables.cpp | 748 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/ |
D | HardwareLoops.cpp | 370 unsigned SuccIdx = ICmp->getPredicate() == ICmpInst::ICMP_NE ? 0 : 1; in CanGenerateTest() local 371 if (BI->getSuccessor(SuccIdx) != Preheader) in CanGenerateTest()
|
D | LiveVariables.cpp | 749 unsigned SuccIdx = SuccMBB->getNumber(); in isLiveOut() local 750 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 751 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/ |
D | SIInsertWaitcnts.cpp | 1536 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()
|