/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 146 BasicBlock *PredBB, in PHITranslateSubExpr() 319 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateValue() 343 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in PHITranslateWithInsertion() 368 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
|
D | LazyValueInfo.cpp | 1041 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge() 1269 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge()
|
/external/llvm/lib/CodeGen/ |
D | TailDuplication.cpp | 173 MachineBasicBlock *PredBB = *PI; in VerifyPHIs() local 397 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in ProcessPHI() 429 MachineBasicBlock *PredBB, in DuplicateInstruction() 653 MachineBasicBlock *PredBB = *PI; in canCompletelyDuplicateBB() local 681 MachineBasicBlock *PredBB = *PI; in duplicateSimpleBB() local 770 MachineBasicBlock *PredBB = *PI; in TailDuplicate() local 934 MachineBasicBlock *PredBB = *PI; in TailDuplicate() local
|
D | BranchFolding.cpp | 560 MachineBasicBlock *PredBB) { in ProfitableToMerge() 625 MachineBasicBlock *PredBB) { in ComputeSameTails() 660 MachineBasicBlock *PredBB) { in RemoveBlocksWithHash() 679 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock() 796 MachineBasicBlock *PredBB) { in TryTailMergeBlocks() 963 MachineBasicBlock *PredBB = std::prev(I); in TailMergeBlocks() local 1504 MachineBasicBlock *PredBB = *PI; in OptimizeBlock() local
|
D | MachineSSAUpdater.cpp | 165 MachineBasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 509 BasicBlock *PredBB = PN->getIncomingBlock(i); in ComputeValueKnownInPredecessors() local 931 BasicBlock *PredBB = *PI; in SimplifyPartiallyRedundantLoad() local 1241 BasicBlock *PredBB = PN->getIncomingBlock(i); in ProcessBranchOnPHI() local 1414 BasicBlock *PredBB; in ThreadEdge() local 1557 BasicBlock *PredBB; in DuplicateCondBranchOnPHIIntoPred() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 102 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local 115 BasicBlock *PredBB = *PI; in GetValueInMiddleOfBlock() local
|
D | Local.cpp | 508 BasicBlock *PredBB = DestBB->getSinglePredecessor(); in MergeBasicBlockIntoOnlyPred() local 717 BasicBlock *PredBB = OldValPN->getIncomingBlock(i); in redirectValuesFromPredecessorsToPhi() local 730 BasicBlock *PredBB = BBPreds[i]; in redirectValuesFromPredecessorsToPhi() local
|
D | BasicBlockUtils.cpp | 117 BasicBlock *PredBB = BB->getUniquePredecessor(); in MergeBlockIntoPredecessor() local
|
D | SimplifyCFG.cpp | 1715 BasicBlock *PredBB = PN->getIncomingBlock(i); in FoldCondBranchOnPHI() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 248 BasicBlock *PredBB = *PI; in FindDependencies() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 139 BasicBlock *PredBB = PN->getIncomingBlock(I); in replaceConstantExprOp() local
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 230 BasicBlock *PredBB = *PI; in getUniquePredecessor() local
|
D | Value.cpp | 612 const BasicBlock *PredBB) { in DoPHITranslation()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 357 BlockT *PredBB = ReverseCFGWorklist.back(); in discoverAndMapSubloop() local
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 464 const BasicBlock *PredBB) const{ in DoPHITranslation()
|
D | IRBuilder.h | 110 BasicBlock *PredBB = Phi->getIncomingBlock(U); in SetInsertPoint() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1929 BasicBlock *PredBB = FreeInstrBB->getSinglePredecessor(); in tryToMoveFreeBeforeNullTest() local
|