Home
last modified time | relevance | path

Searched defs:PredBB (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm/lib/Analysis/
DPHITransAddr.cpp146 BasicBlock *PredBB, in PHITranslateSubExpr()
316 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateValue()
345 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateWithInsertion()
370 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPHITransAddr.cpp145 BasicBlock *PredBB, in PHITranslateSubExpr()
313 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateValue()
342 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateWithInsertion()
367 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPHITransAddr.cpp145 BasicBlock *PredBB, in PHITranslateSubExpr()
321 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateValue()
345 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateWithInsertion()
370 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp148 MachineBasicBlock *PredBB = *PI; in VerifyPHIs() local
377 MachineBasicBlock *PredBB, in ProcessPHI()
410 MachineBasicBlock *PredBB, in DuplicateInstruction()
636 MachineBasicBlock *PredBB = *PI; in canCompletelyDuplicateBB() local
664 MachineBasicBlock *PredBB = *PI; in duplicateSimpleBB() local
752 MachineBasicBlock *PredBB = *PI; in TailDuplicate() local
898 MachineBasicBlock *PredBB = *PI; in TailDuplicate() local
DBranchFolding.cpp522 MachineBasicBlock *PredBB) { in ProfitableToMerge()
587 MachineBasicBlock *PredBB) { in ComputeSameTails()
623 MachineBasicBlock *PredBB) { in RemoveBlocksWithHash()
642 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock()
697 MachineBasicBlock *PredBB) { in TryTailMergeBlocks()
859 MachineBasicBlock *PredBB = prior(I); in TailMergeBlocks() local
1325 MachineBasicBlock *PredBB = *PI; in OptimizeBlock() local
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp84 MachineBasicBlock *PredBB = *PI; in VerifyPHIs() local
304 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in processPHI()
336 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in duplicateInstruction()
655 MachineBasicBlock *PredBB = *PI; in duplicateSimpleBB() local
743 MachineBasicBlock *PredBB = *PI; in tailDuplicate() local
880 MachineBasicBlock *PredBB = *PI; in tailDuplicate() local
DBranchFolding.cpp599 MachineBasicBlock *PredBB, in ProfitableToMerge()
671 MachineBasicBlock *PredBB) { in ComputeSameTails()
707 MachineBasicBlock *PredBB) { in RemoveBlocksWithHash()
726 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock()
827 MachineBasicBlock *PredBB) { in TryTailMergeBlocks()
997 MachineBasicBlock *PredBB = &*std::prev(I); in TailMergeBlocks() local
DSafeStackColoring.cpp158 for (auto *PredBB : predecessors(BB)) { in calculateLocalLiveness() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp563 for (auto *PredBB : PredSet) { in speculatePHIs() local
640 for (auto *PredBB : SpecPreds) in speculatePHIs() local
646 auto *PredBB = SpecPreds[PredIdx]; in speculatePHIs() local
764 for (auto *PredBB : PNs[0]->blocks()) { in tryToSpeculatePHIs() local
DJumpThreading.cpp218 auto *PredBB = IncomingBB; in updatePredecessorProfileMetadata() local
248 BasicBlock *PredBB = PredOutEdge.first; in updatePredecessorProfileMetadata() local
767 BasicBlock *PredBB = PN->getIncomingBlock(i); in ComputeValueKnownInPredecessors() local
1754 BasicBlock *PredBB = PN->getIncomingBlock(i); in ProcessBranchOnPHI() local
1933 BasicBlock *PredBB; in ThreadEdge() local
2132 void JumpThreadingPass::UpdateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in UpdateBlockFreqAndEdgeWeight()
2254 BasicBlock *PredBB; in DuplicateCondBranchOnPHIIntoPred() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp553 BasicBlock *PredBB = PN->getIncomingBlock(i); in ComputeValueKnownInPredecessors() local
1293 BasicBlock *PredBB = PN->getIncomingBlock(i); in ProcessBranchOnPHI() local
1465 BasicBlock *PredBB; in ThreadEdge() local
1604 BasicBlock *PredBB = SplitBlockPredecessors(BB, Preds, Suffix); in SplitBlockPreds() local
1616 void JumpThreadingPass::UpdateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in UpdateBlockFreqAndEdgeWeight()
1702 BasicBlock *PredBB; in DuplicateCondBranchOnPHIIntoPred() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp104 for (auto PredBB : predecessors(LPad)) { in splitLandingPadPreds() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp637 MachineBasicBlock *PredBB, in ProfitableToMerge()
732 MachineBasicBlock *PredBB) { in ComputeSameTails()
767 MachineBasicBlock *PredBB) { in RemoveBlocksWithHash()
784 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock()
956 MachineBasicBlock *PredBB, in TryTailMergeBlocks()
1123 MachineBasicBlock *PredBB = &*std::prev(I); in TailMergeBlocks() local
DTailDuplicator.cpp340 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in processPHI()
372 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in duplicateInstruction()
774 MachineBasicBlock *PredBB) { in canTailDuplicate()
DSafeStackColoring.cpp173 for (auto *PredBB : predecessors(BB)) { in calculateLocalLiveness() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp473 BasicBlock *PredBB = PN->getIncomingBlock(i); in ComputeValueKnownInPredecessors() local
865 BasicBlock *PredBB = *PI; in SimplifyPartiallyRedundantLoad() local
1158 BasicBlock *PredBB = PN->getIncomingBlock(i); in ProcessBranchOnPHI() local
1331 BasicBlock *PredBB; in ThreadEdge() local
1476 BasicBlock *PredBB; in DuplicateCondBranchOnPHIIntoPred() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp116 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local
129 BasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp102 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local
115 BasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp248 BasicBlock *PredBB = *PI; in FindDependencies() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp248 BasicBlock *PredBB = *PI; in FindDependencies() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp131 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local
144 BasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp139 BasicBlock *PredBB = PN->getIncomingBlock(I); in replaceConstantExprOp() local
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp139 BasicBlock *PredBB = PN->getIncomingBlock(I); in replaceConstantExprOp() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp199 BasicBlock *PredBB = *PI; in getUniquePredecessor() local
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h295 const BasicBlock *PredBB) const{ in DoPHITranslation()

123