/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 144 BasicBlock *PredBB, in PHITranslateSubExpr() 312 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateValue() 341 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateWithInsertion() 366 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
|
D | LazyValueInfo.cpp | 1607 void LazyValueInfoImpl::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() 1913 BasicBlock *PredBB = PHI->getIncomingBlock(i); in getPredicateAt() local 1954 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 570 for (auto *PredBB : PredSet) { in speculatePHIs() local 647 for (auto *PredBB : SpecPreds) in speculatePHIs() local 653 auto *PredBB = SpecPreds[PredIdx]; in speculatePHIs() local 771 for (auto *PredBB : PNs[0]->blocks()) { in tryToSpeculatePHIs() local
|
D | JumpThreading.cpp | 226 auto *PredBB = IncomingBB; in updatePredecessorProfileMetadata() local 264 BasicBlock *PredBB = PredOutEdge.first; in updatePredecessorProfileMetadata() local 787 BasicBlock *PredBB = PN->getIncomingBlock(i); in ComputeValueKnownInPredecessorsImpl() local 1739 BasicBlock *PredBB = PN->getIncomingBlock(i); in ProcessBranchOnPHI() local 1982 BasicBlock *PredBB) { in CloneInstructions() 2067 BasicBlock *PredBB; in ThreadEdge() local 2205 void JumpThreadingPass::UpdateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in UpdateBlockFreqAndEdgeWeight() 2327 BasicBlock *PredBB; in DuplicateCondBranchOnPHIIntoPred() local
|
D | ADCE.cpp | 455 for (auto *PredBB : predecessors(Info.BB)) { in markPhiLive() local
|
D | CallSiteSplitting.cpp | 331 BasicBlock *PredBB = Preds[i].first; in splitCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanPredicator.cpp | 37 VPValue *VPlanPredicator::getOrCreateNotPredicate(VPBasicBlock *PredBB, in getOrCreateNotPredicate()
|
D | VPlan.cpp | 127 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 591 MachineBasicBlock *PredBB, in ProfitableToMerge() 703 MachineBasicBlock *PredBB) { in ComputeSameTails() 738 MachineBasicBlock *PredBB) { in RemoveBlocksWithHash() 755 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock() 927 MachineBasicBlock *PredBB, in TryTailMergeBlocks() 1092 MachineBasicBlock *PredBB = &*std::prev(I); in TailMergeBlocks() local
|
D | TailDuplicator.cpp | 346 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in processPHI() 378 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in duplicateInstruction() 780 MachineBasicBlock *PredBB) { in canTailDuplicate()
|
D | SafeStackColoring.cpp | 171 for (auto *PredBB : predecessors(BB)) { in calculateLocalLiveness() local
|
D | MachineSSAUpdater.cpp | 166 MachineBasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 115 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local 128 BasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
|
D | BreakCriticalEdges.cpp | 337 BasicBlock *PredBB = PN->getIncomingBlock(Pred); in findIBRPredecessor() local
|
D | CloneFunction.cpp | 836 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween()
|
D | Local.cpp | 682 BasicBlock *PredBB = DestBB->getSinglePredecessor(); in MergeBasicBlockIntoOnlyPred() local 923 BasicBlock *PredBB = OldValPN->getIncomingBlock(i); in redirectValuesFromPredecessorsToPhi() local 936 BasicBlock *PredBB = BBPreds[i]; in redirectValuesFromPredecessorsToPhi() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 244 BasicBlock *PredBB = *PI; in FindDependencies() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 148 for (auto PredBB : predecessors(LPad)) { in splitLandingPadPreds() local
|
D | HotColdSplitting.cpp | 423 BasicBlock &PredBB = **PredIt; in create() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 139 BasicBlock *PredBB = PN->getIncomingBlock(I); in replaceConstantExprOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 256 const BasicBlock *PredBB = *PI; in getUniquePredecessor() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 540 const BasicBlock *PredBB) const{ in DoPHITranslation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 429 BlockT *PredBB = ReverseCFGWorklist.back(); in discoverAndMapSubloop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 645 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 732 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared() local
|