HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyInstruction (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 75 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) {
SSAUpdater.cpp 160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) {
LoopSimplify.cpp 218 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
622 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
    [all...]
LoopUnroll.cpp 521 else if (Value *V = SimplifyInstruction(Inst, DL))
CloneFunction.cpp 359 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
PromoteMemoryToRegister.cpp 242 /// A cache of @llvm.assume intrinsics used by SimplifyInstruction.
697 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) {
    [all...]
InlineFunction.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 125 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC);
CorrelatedValuePropagation.cpp 130 // FIXME: Provide TLI, DT, AT to SimplifyInstruction.
132 if (Value *V = SimplifyInstruction(P, DL)) {
LoopRotation.cpp 449 // FIXME: Provide TLI, DT, AC to SimplifyInstruction.
450 Value *V = SimplifyInstruction(C, DL);
EarlyCSE.cpp 498 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) {
TailRecursionElimination.cpp 425 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) {
    [all...]
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 307 /// SimplifyInstruction - See if we can compute a simplified version of this
309 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
329 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /external/llvm/lib/Analysis/
Lint.cpp     [all...]
BasicAliasAnalysis.cpp 324 // If it's not a GEP, hand it off to SimplifyInstruction to see if it
332 SimplifyInstruction(const_cast<Instruction *>(I), DL)) {
    [all...]
ScalarEvolutionExpander.cpp     [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 791 if (Value *V = SimplifyInstruction(&PN, DL, TLI, DT, AC))
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1000 milliseconds