Home
last modified time | relevance | path

Searched refs:TmpBB (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1042 BasicBlock *TmpBB = LoadBB; in PerformLoadPRE() local
1062 while (TmpBB->getSinglePredecessor()) { in PerformLoadPRE()
1063 TmpBB = TmpBB->getSinglePredecessor(); in PerformLoadPRE()
1064 if (TmpBB == LoadBB) // Infinite (unreachable) loop. in PerformLoadPRE()
1066 if (Blockers.count(TmpBB)) in PerformLoadPRE()
1074 if (TmpBB->getTerminator()->getNumSuccessors() != 1) in PerformLoadPRE()
1078 if (!IsSafeToSpeculativelyExecute && ICF->hasICF(TmpBB)) in PerformLoadPRE()
1082 assert(TmpBB); in PerformLoadPRE()
1083 LoadBB = TmpBB; in PerformLoadPRE()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1407 BasicBlock *TmpBB = LoadBB; in PerformLoadPRE() local
1427 while (TmpBB->getSinglePredecessor()) { in PerformLoadPRE()
1428 TmpBB = TmpBB->getSinglePredecessor(); in PerformLoadPRE()
1429 if (TmpBB == LoadBB) // Infinite (unreachable) loop. in PerformLoadPRE()
1431 if (Blockers.count(TmpBB)) in PerformLoadPRE()
1439 if (TmpBB->getTerminator()->getNumSuccessors() != 1) in PerformLoadPRE()
1444 MustEnsureSafetyOfSpeculativeExecution || ICF->hasICF(TmpBB); in PerformLoadPRE()
1447 assert(TmpBB); in PerformLoadPRE()
1448 LoadBB = TmpBB; in PerformLoadPRE()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1410 BasicBlock *TmpBB = LoadBB; in PerformLoadPRE() local
1412 while (TmpBB->getSinglePredecessor()) { in PerformLoadPRE()
1413 TmpBB = TmpBB->getSinglePredecessor(); in PerformLoadPRE()
1414 if (TmpBB == LoadBB) // Infinite (unreachable) loop. in PerformLoadPRE()
1416 if (Blockers.count(TmpBB)) in PerformLoadPRE()
1424 if (TmpBB->getTerminator()->getNumSuccessors() != 1) in PerformLoadPRE()
1428 assert(TmpBB); in PerformLoadPRE()
1429 LoadBB = TmpBB; in PerformLoadPRE()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFLiveness.cpp227 std::vector<MachineBasicBlock*> TmpBB; in getAllReachingDefs() local
229 TmpBB.push_back(Bucket.first); in getAllReachingDefs()
236 llvm::sort(TmpBB, in getAllReachingDefs()
240 for (MachineBasicBlock *MBB : llvm::reverse(TmpBB)) { in getAllReachingDefs()
H A DCodeGenPrepare.cpp8448 auto *TmpBB = in splitBranchCondition() local
8452 FreshBBs.insert(TmpBB); in splitBranchCondition()
8462 Br1->setSuccessor(0, TmpBB); in splitBranchCondition()
8464 Br1->setSuccessor(1, TmpBB); in splitBranchCondition()
8467 auto *Br2 = IRBuilder<>(TmpBB).CreateCondBr(Cond2, TBB, FBB); in splitBranchCondition()
8486 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
8491 PN.addIncoming(Val, TmpBB); in splitBranchCondition()
8573 TmpBB->dump()); in splitBranchCondition()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5516 auto TmpBB = in splitBranchCondition() local
5528 Br1->setSuccessor(0, TmpBB); in splitBranchCondition()
5530 Br1->setSuccessor(1, TmpBB); in splitBranchCondition()
5533 auto *Br2 = IRBuilder<>(TmpBB).CreateCondBr(Cond2, TBB, FBB); in splitBranchCondition()
5558 PN->setIncomingBlock(i, TmpBB); in splitBranchCondition()
5567 PN->addIncoming(Val, TmpBB); in splitBranchCondition()
5648 TmpBB->dump()); in splitBranchCondition()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp468 MachineBasicBlock *TmpBB = in findMergedConditions() local
470 CurBB->getParent()->insert(++BBI, TmpBB); in findMergedConditions()
496 findMergedConditions(BOpOp0, TBB, TmpBB, CurBB, SwitchBB, Opc, NewTrueProb, in findMergedConditions()
503 findMergedConditions(BOpOp1, TBB, FBB, TmpBB, SwitchBB, Opc, Probs[0], in findMergedConditions()
529 findMergedConditions(BOpOp0, TmpBB, FBB, CurBB, SwitchBB, Opc, NewTrueProb, in findMergedConditions()
536 findMergedConditions(BOpOp1, TBB, FBB, TmpBB, SwitchBB, Opc, Probs[0], in findMergedConditions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7379 auto TmpBB = in splitBranchCondition() local
7391 Br1->setSuccessor(0, TmpBB); in splitBranchCondition()
7393 Br1->setSuccessor(1, TmpBB); in splitBranchCondition()
7396 auto *Br2 = IRBuilder<>(TmpBB).CreateCondBr(Cond2, TBB, FBB); in splitBranchCondition()
7415 TBB->replacePhiUsesWith(&BB, TmpBB); in splitBranchCondition()
7420 PN.addIncoming(Val, TmpBB); in splitBranchCondition()
7498 TmpBB->dump()); in splitBranchCondition()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1681 MachineBasicBlock *TmpBB = MF.CreateMachineBasicBlock(CurBB->getBasicBlock()); in FindMergedConditions() local
1682 CurBB->getParent()->insert(++BBI, TmpBB); in FindMergedConditions()
1708 FindMergedConditions(BOp->getOperand(0), TBB, TmpBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
1715 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
1741 FindMergedConditions(BOp->getOperand(0), TmpBB, FBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
1748 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2150 MachineBasicBlock *TmpBB = MF.CreateMachineBasicBlock(CurBB->getBasicBlock()); in FindMergedConditions() local
2151 CurBB->getParent()->insert(++BBI, TmpBB); in FindMergedConditions()
2177 FindMergedConditions(BOp->getOperand(0), TBB, TmpBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
2184 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
2210 FindMergedConditions(BOp->getOperand(0), TmpBB, FBB, CurBB, SwitchBB, Opc, in FindMergedConditions()
2217 FindMergedConditions(BOp->getOperand(1), TBB, FBB, TmpBB, SwitchBB, Opc, in FindMergedConditions()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2312 MachineBasicBlock *TmpBB = MF.CreateMachineBasicBlock(CurBB->getBasicBlock()); in FindMergedConditions() local
2313 CurBB->getParent()->insert(++BBI, TmpBB); in FindMergedConditions()
2339 FindMergedConditions(BOpOp0, TBB, TmpBB, CurBB, SwitchBB, Opc, NewTrueProb, in FindMergedConditions()
2346 FindMergedConditions(BOpOp1, TBB, FBB, TmpBB, SwitchBB, Opc, Probs[0], in FindMergedConditions()
2372 FindMergedConditions(BOpOp0, TmpBB, FBB, CurBB, SwitchBB, Opc, NewTrueProb, in FindMergedConditions()
2379 FindMergedConditions(BOpOp1, TBB, FBB, TmpBB, SwitchBB, Opc, Probs[0], in FindMergedConditions()