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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 49 if (isInstructionTriviallyDead(Inst, TLI)) {
114 if (isInstructionTriviallyDead(I, TLI)) { // If the instruction is dead.
DeadStoreElimination.cpp 141 if (isInstructionTriviallyDead(OpI, TLI))
779 if (isInstructionTriviallyDead(BBI, TLI)) {
LoopIdiomRecognize.cpp 257 if (isInstructionTriviallyDead(OpI, TLI))
271 if (isInstructionTriviallyDead(I, TLI))
    [all...]
Reassociate.cpp     [all...]
EarlyCSE.cpp 426 if (isInstructionTriviallyDead(Inst, TLI)) {
LICM.cpp 366 if (isInstructionTriviallyDead(&I, TLI)) {
    [all...]
LoopUnswitch.cpp     [all...]
SROA.cpp     [all...]
IndVarSimplify.cpp 613 if (isInstructionTriviallyDead(Inst, TLI))
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp 819 if (!I || !isInstructionTriviallyDead(I))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 64 /// isInstructionTriviallyDead - Return true if the result produced by the
67 bool isInstructionTriviallyDead(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 267 /// isInstructionTriviallyDead - Return true if the result produced by the
270 bool llvm::isInstructionTriviallyDead(Instruction *I,
323 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
344 if (isInstructionTriviallyDead(OpI, TLI))
    [all...]
LoopUnroll.cpp 468 if (isInstructionTriviallyDead(Inst))
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 524 if (isInstructionTriviallyDead(CS.getInstruction(), TLI)) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 1231 milliseconds