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

1 2

  /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 212 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
605 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
    [all...]
LoopUnroll.cpp 518 else if (Value *V = SimplifyInstruction(Inst, DL))
CloneFunction.cpp 366 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
    [all...]
PromoteMemoryToRegister.cpp 231 /// A cache of @llvm.assume intrinsics used by SimplifyInstruction.
696 if (Value *V = SimplifyInstruction(PN, DL, nullptr, &DT, AC)) {
    [all...]
Local.cpp 451 if (Value *SimpleV = SimplifyInstruction(I, DL)) {
    [all...]
SimplifyCFG.cpp     [all...]
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 125 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC);
CorrelatedValuePropagation.cpp 158 // FIXME: Provide TLI, DT, AT to SimplifyInstruction.
160 if (Value *V = SimplifyInstruction(P, DL)) {
LoopRotation.cpp 246 // FIXME: Provide TLI, DT, AC to SimplifyInstruction.
247 Value *V = SimplifyInstruction(C, DL);
TailRecursionElimination.cpp 432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) {
    [all...]
EarlyCSE.cpp 572 if (Value *V = SimplifyInstruction(Inst, DL, &TLI, &DT, &AC)) {
    [all...]
LoopUnswitch.cpp     [all...]
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 325 /// SimplifyInstruction - See if we can compute a simplified version of this
327 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
347 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /external/llvm/lib/Analysis/
Lint.cpp 680 // As a last resort, try SimplifyInstruction or constant folding.
682 if (Value *W = SimplifyInstruction(Inst, *DL, TLI, DT, AC))
BasicAliasAnalysis.cpp 367 // If it's not a GEP, hand it off to SimplifyInstruction to see if it
375 SimplifyInstruction(const_cast<Instruction *>(I), DL)) {
    [all...]
ScalarEvolutionExpander.cpp     [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]

Completed in 1924 milliseconds

1 2