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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 50 if (isInstructionTriviallyDead(Inst, TLI)) {
116 if (isInstructionTriviallyDead(I, TLI)) { // If the instruction is dead.
DeadStoreElimination.cpp 143 if (isInstructionTriviallyDead(OpI, TLI))
768 if (isInstructionTriviallyDead(BBI, TLI)) {
EarlyCSE.cpp 479 if (isInstructionTriviallyDead(Inst, &TLI)) {
Reassociate.cpp     [all...]
LICM.cpp 321 if (isInstructionTriviallyDead(&I, TLI)) {
    [all...]
LoopUnswitch.cpp     [all...]
SROA.cpp     [all...]
IndVarSimplify.cpp 614 if (isInstructionTriviallyDead(Inst, TLI))
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp 818 if (!I || !isInstructionTriviallyDead(I))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 65 /// isInstructionTriviallyDead - Return true if the result produced by the
68 bool isInstructionTriviallyDead(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 277 /// isInstructionTriviallyDead - Return true if the result produced by the
280 bool llvm::isInstructionTriviallyDead(Instruction *I,
341 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
362 if (isInstructionTriviallyDead(OpI, TLI))
    [all...]
LoopUnroll.cpp 519 if (isInstructionTriviallyDead(Inst))
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 509 if (isInstructionTriviallyDead(CS.getInstruction(), TLI)) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 1180 milliseconds