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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 51 if (isInstructionTriviallyDead(Inst, TLI)) {
99 if (isInstructionTriviallyDead(I, TLI)) {
113 if (isInstructionTriviallyDead(OpI, TLI))
DeadStoreElimination.cpp 149 if (isInstructionTriviallyDead(OpI, &TLI))
860 if (isInstructionTriviallyDead(&*BBI, TLI)) {
    [all...]
Reassociate.cpp     [all...]
EarlyCSE.cpp 553 if (isInstructionTriviallyDead(Inst, &TLI)) {
    [all...]
LICM.cpp 337 if (isInstructionTriviallyDead(&I, TLI)) {
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
LoopUnswitch.cpp     [all...]
SROA.cpp     [all...]
IndVarSimplify.cpp 699 if (isInstructionTriviallyDead(Inst, TLI))
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp 823 if (!I || !isInstructionTriviallyDead(I))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 66 /// isInstructionTriviallyDead - Return true if the result produced by the
69 bool isInstructionTriviallyDead(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 284 /// isInstructionTriviallyDead - Return true if the result produced by the
287 bool llvm::isInstructionTriviallyDead(Instruction *I,
349 if (!I || !I->use_empty() || !isInstructionTriviallyDead(I, TLI))
370 if (isInstructionTriviallyDead(OpI, TLI))
428 if (isInstructionTriviallyDead(I, TLI)) {
442 if (isInstructionTriviallyDead(OpI, TLI))
    [all...]
LoopUnroll.cpp 516 if (isInstructionTriviallyDead(Inst))
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 557 if (isInstructionTriviallyDead(CS.getInstruction(), &TLI)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]

Completed in 2228 milliseconds