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 333 bool recursivelySimplifyInstruction(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 437 if (recursivelySimplifyInstruction(Inst, TLI)) {
482 if (!recursivelySimplifyInstruction(PN))
    [all...]
CloneFunction.cpp 638 recursivelySimplifyInstruction(PN);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 272 milliseconds