/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 75 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in runOnFunction()
|
D | LoopSimplify.cpp | 212 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in findPHIToPartitionLoops() 605 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in simplifyOneLoop()
|
D | SSAUpdater.cpp | 160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
|
D | LoopUnroll.cpp | 518 else if (Value *V = SimplifyInstruction(Inst, DL)) in UnrollLoop()
|
D | PromoteMemoryToRegister.cpp | 696 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) { in run()
|
D | CloneFunction.cpp | 366 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
|
D | Local.cpp | 451 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction()
|
D | InlineFunction.cpp | 1706 if (Value *V = SimplifyInstruction(PHI, DL, nullptr, nullptr, in InlineFunction()
|
D | SimplifyCFG.cpp | 1782 if (Value *V = SimplifyInstruction(N, DL)) { in FoldCondBranchOnPHI() 1848 if (Value *V = SimplifyInstruction(PN, DL)) { in FoldTwoEntryPHINode() 3057 if (Value *V = SimplifyInstruction(ICI, DL)) { in TryToSimplifyUncondBranchWithICmpInIt()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 125 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 160 if (Value *V = SimplifyInstruction(P, DL)) { in processPHI()
|
D | LoopRotation.cpp | 247 Value *V = SimplifyInstruction(C, DL); in rotateLoop()
|
D | TailRecursionElimination.cpp | 432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE()
|
D | EarlyCSE.cpp | 572 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) { in processNode()
|
D | LoopUnswitch.cpp | 1296 if (Value *V = SimplifyInstruction(I, DL)) in SimplifyCode()
|
D | JumpThreading.cpp | 1742 SimplifyInstruction(New, BB->getModule()->getDataLayout())) { in DuplicateCondBranchOnPHIIntoPred()
|
D | GVN.cpp | 2305 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in processInstruction()
|
D | RewriteStatepointsForGC.cpp | 1117 if (Value *V = SimplifyInstruction(BaseI, DL)) { in findBasePointer()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 327 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 682 if (Value *W = SimplifyInstruction(Inst, *DL, TLI, DT, AC)) in findValueImpl()
|
D | BasicAliasAnalysis.cpp | 375 SimplifyInstruction(const_cast<Instruction *>(I), DL)) { in DecomposeGEPExpression()
|
D | ScalarEvolutionExpander.cpp | 1716 if (Value *V = SimplifyInstruction(PN, DL, &SE.TLI, &SE.DT, &SE.AC)) in replaceCongruentIVs()
|
D | InstructionSimplify.cpp | 3943 Value *llvm::SimplifyInstruction(Instruction *I, const DataLayout &DL, in SimplifyInstruction() function in llvm 4144 SimpleV = SimplifyInstruction(I, DL, TLI, DT, AC); in replaceAndRecursivelySimplifyImpl()
|
D | ValueTracking.cpp | 3052 if (Value *Simplified = SimplifyInstruction(I, DL, nullptr)) { in GetUnderlyingObject()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 881 if (Value *V = SimplifyInstruction(&PN, DL, TLI, DT, AC)) in visitPHINode()
|