Home
last modified time | relevance | path

Searched refs:SimplifyInstruction (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp75 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in runOnFunction()
DLoopSimplify.cpp212 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in findPHIToPartitionLoops()
605 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) { in simplifyOneLoop()
DSSAUpdater.cpp160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { in GetValueInMiddleOfBlock()
DLoopUnroll.cpp518 else if (Value *V = SimplifyInstruction(Inst, DL)) in UnrollLoop()
DPromoteMemoryToRegister.cpp696 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) { in run()
DCloneFunction.cpp366 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) { in CloneBlock()
DLocal.cpp451 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction()
DInlineFunction.cpp1706 if (Value *V = SimplifyInstruction(PHI, DL, nullptr, nullptr, in InlineFunction()
DSimplifyCFG.cpp1782 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/
DLoopInstSimplify.cpp125 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC); in runOnLoop()
DCorrelatedValuePropagation.cpp160 if (Value *V = SimplifyInstruction(P, DL)) { in processPHI()
DLoopRotation.cpp247 Value *V = SimplifyInstruction(C, DL); in rotateLoop()
DTailRecursionElimination.cpp432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE()
DEarlyCSE.cpp572 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) { in processNode()
DLoopUnswitch.cpp1296 if (Value *V = SimplifyInstruction(I, DL)) in SimplifyCode()
DJumpThreading.cpp1742 SimplifyInstruction(New, BB->getModule()->getDataLayout())) { in DuplicateCondBranchOnPHIIntoPred()
DGVN.cpp2305 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) { in processInstruction()
DRewriteStatepointsForGC.cpp1117 if (Value *V = SimplifyInstruction(BaseI, DL)) { in findBasePointer()
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h327 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
/external/llvm/lib/Analysis/
DLint.cpp682 if (Value *W = SimplifyInstruction(Inst, *DL, TLI, DT, AC)) in findValueImpl()
DBasicAliasAnalysis.cpp375 SimplifyInstruction(const_cast<Instruction *>(I), DL)) { in DecomposeGEPExpression()
DScalarEvolutionExpander.cpp1716 if (Value *V = SimplifyInstruction(PN, DL, &SE.TLI, &SE.DT, &SE.AC)) in replaceCongruentIVs()
DInstructionSimplify.cpp3943 Value *llvm::SimplifyInstruction(Instruction *I, const DataLayout &DL, in SimplifyInstruction() function in llvm
4144 SimpleV = SimplifyInstruction(I, DL, TLI, DT, AC); in replaceAndRecursivelySimplifyImpl()
DValueTracking.cpp3052 if (Value *Simplified = SimplifyInstruction(I, DL, nullptr)) { in GetUnderlyingObject()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp881 if (Value *V = SimplifyInstruction(&PN, DL, TLI, DT, AC)) in visitPHINode()

12