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 46 if (isInstructionTriviallyDead(Inst, TLI)) {
108 if (isInstructionTriviallyDead(I, TLI)) { // If the instruction is dead.
DeadStoreElimination.cpp 137 if (isInstructionTriviallyDead(OpI, TLI))
793 if (isInstructionTriviallyDead(BBI, TLI)) {
LoopIdiomRecognize.cpp 253 if (isInstructionTriviallyDead(OpI, TLI))
267 if (isInstructionTriviallyDead(I, TLI))
    [all...]
Reassociate.cpp     [all...]
EarlyCSE.cpp 435 if (isInstructionTriviallyDead(Inst, TLI)) {
LICM.cpp 325 if (isInstructionTriviallyDead(&I, TLI)) {
    [all...]
LoopUnswitch.cpp     [all...]
SROA.cpp     [all...]
IndVarSimplify.cpp 593 if (isInstructionTriviallyDead(Inst, TLI))
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp 759 if (I == 0 || !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, const TargetLibraryInfo *TLI=0);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 266 /// isInstructionTriviallyDead - Return true if the result produced by the
269 bool llvm::isInstructionTriviallyDead(Instruction *I,
322 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
343 if (isInstructionTriviallyDead(OpI, TLI))
    [all...]
LoopUnroll.cpp 441 if (isInstructionTriviallyDead(Inst))
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 479 if (isInstructionTriviallyDead(CS.getInstruction(), TLI)) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 403 milliseconds