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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 273 bool recursivelySimplifyInstruction(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 566 recursivelySimplifyInstruction(PN, DL);
Local.cpp 419 if (recursivelySimplifyInstruction(Inst, TD, TLI)) {
465 if (!recursivelySimplifyInstruction(PN, TD))
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 61 milliseconds