/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 63 if (Value *V = SimplifyInstruction(I, TD, DT)) { in runOnFunction()
|
D | LoopSimplify.cpp | 268 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in ProcessLoop() 440 if (Value *V = SimplifyInstruction(PN, 0, DT)) { in FindPHIToPartitionLoops()
|
D | Local.cpp | 343 if (Value *V = SimplifyInstruction(Inst, TD)) { in SimplifyInstructionsInBlock() 394 Value *PNV = SimplifyInstruction(PN, TD); in RemovePredecessorAndSimplify()
|
D | LoopUnroll.cpp | 381 else if (Value *V = SimplifyInstruction(Inst)) in UnrollLoop()
|
D | SSAUpdater.cpp | 188 if (Value *V = SimplifyInstruction(InsertedPHI)) { in GetValueInMiddleOfBlock()
|
D | SimplifyCFG.cpp | 1212 if (Value *V = SimplifyInstruction(N, TD)) { in FoldCondBranchOnPHI() 1275 if (Value *V = SimplifyInstruction(PN, TD)) { in FoldTwoEntryPHINode() 1970 if (Value *V = SimplifyInstruction(ICI, TD)) { in TryToSimplifyUncondBranchWithICmpInIt()
|
D | InlineFunction.cpp | 1183 if (Value *V = SimplifyInstruction(PHI, IFI.TD)) { in InlineFunction()
|
D | PromoteMemoryToRegister.cpp | 589 if (Value *V = SimplifyInstruction(PN, 0, &DT)) { in run()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 107 Value *V = SimplifyInstruction(I, TD, DT); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 107 if (Value *V = SimplifyInstruction(P)) { in processPHI()
|
D | LoopRotation.cpp | 254 Value *V = SimplifyInstruction(C); in rotateLoop()
|
D | TailDuplication.cpp | 365 else if (Value *V = SimplifyInstruction(Inst)) { in eliminateUnconditionalBranch()
|
D | EarlyCSE.cpp | 331 if (Value *V = SimplifyInstruction(Inst, TD, DT)) { in INITIALIZE_PASS_DEPENDENCY()
|
D | TailRecursionElimination.cpp | 206 if (Value *PNV = SimplifyInstruction(PN)) { in runOnFunction()
|
D | LoopUnswitch.cpp | 1000 if (Value *V = SimplifyInstruction(I, 0, DT)) in SimplifyCode()
|
D | CodeGenPrepare.cpp | 1081 if (Value *V = SimplifyInstruction(P)) { in OptimizeInst()
|
D | JumpThreading.cpp | 1525 if (Value *IV = SimplifyInstruction(New, TD)) { in DuplicateCondBranchOnPHIIntoPred()
|
D | GVN.cpp | 1889 if (Value *V = SimplifyInstruction(I, TD, DT)) { in processInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 144 Value *SimplifyInstruction(Instruction *I, const TargetData *TD = 0,
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 617 if (Value *W = SimplifyInstruction(Inst, TD, DT)) in findValueImpl()
|
D | BasicAliasAnalysis.cpp | 291 SimplifyInstruction(const_cast<Instruction *>(I), TD)) { in DecomposeGEPExpression()
|
D | InstructionSimplify.cpp | 2380 Value *llvm::SimplifyInstruction(Instruction *I, const TargetData *TD, in SimplifyInstruction() function in llvm 2506 SimplifiedVal = SimplifyInstruction(User, TD, DT); in ReplaceAndSimplifyAllUses()
|
D | ValueTracking.cpp | 1769 if (Value *Simplified = SimplifyInstruction(I, TD, 0)) { in GetUnderlyingObject()
|
D | ScalarEvolution.cpp | 3016 if (Value *V = SimplifyInstruction(PN, TD, DT)) in createNodeForPHI()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 791 if (Value *V = SimplifyInstruction(&PN, TD)) in visitPHINode()
|