/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 75 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in runOnFunction()
|
D | LoopSimplify.cpp | 218 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in findPHIToPartitionLoops() 622 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 | 521 else if (Value *V = SimplifyInstruction(Inst, DL)) in UnrollLoop()
|
D | CloneFunction.cpp | 359 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
|
D | PromoteMemoryToRegister.cpp | 697 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) { in run()
|
D | InlineFunction.cpp | 1438 if (Value *V = SimplifyInstruction(PHI, DL, nullptr, nullptr, in InlineFunction()
|
D | SimplifyCFG.cpp | 1757 if (Value *V = SimplifyInstruction(N, DL)) { in FoldCondBranchOnPHI() 1823 if (Value *V = SimplifyInstruction(PN, DL)) { in FoldTwoEntryPHINode() 2731 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 | 132 if (Value *V = SimplifyInstruction(P, DL)) { in processPHI()
|
D | LoopRotation.cpp | 450 Value *V = SimplifyInstruction(C, DL); in rotateLoop()
|
D | TailRecursionElimination.cpp | 425 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE()
|
D | EarlyCSE.cpp | 498 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) { in processNode()
|
D | LoopUnswitch.cpp | 1109 if (Value *V = SimplifyInstruction(I, DL)) in SimplifyCode()
|
D | JumpThreading.cpp | 1605 SimplifyInstruction(New, BB->getModule()->getDataLayout())) { in DuplicateCondBranchOnPHIIntoPred()
|
D | GVN.cpp | 2232 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in processInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 309 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 791 if (Value *V = SimplifyInstruction(&PN, DL, TLI, DT, AC)) in visitPHINode()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 879 if (Value *W = SimplifyInstruction(Inst, DL, TLI, DT, AC)) in findValueImpl()
|
D | BasicAliasAnalysis.cpp | 332 SimplifyInstruction(const_cast<Instruction *>(I), DL)) { in DecomposeGEPExpression()
|
D | ScalarEvolutionExpander.cpp | 1713 if (Value *V = SimplifyInstruction(Phi, DL, SE.TLI, SE.DT, SE.AC)) { in replaceCongruentIVs()
|
D | InstructionSimplify.cpp | 3631 Value *llvm::SimplifyInstruction(Instruction *I, const DataLayout &DL, in SimplifyInstruction() function in llvm 3809 SimpleV = SimplifyInstruction(I, DL, TLI, DT, AC); in replaceAndRecursivelySimplifyImpl()
|
D | ValueTracking.cpp | 2757 if (Value *Simplified = SimplifyInstruction(I, DL, nullptr)) { in GetUnderlyingObject()
|
D | ScalarEvolution.cpp | 3676 SimplifyInstruction(PN, F->getParent()->getDataLayout(), TLI, DT, AC)) in createNodeForPHI()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4303 if (Value *V = SimplifyInstruction(P, DL, TLInfo, nullptr)) { in OptimizeInst()
|