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 211 bool recursivelySimplifyInstruction(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 372 if (recursivelySimplifyInstruction(Inst, TD)) {
418 if (!recursivelySimplifyInstruction(PN, TD))
    [all...]
CloneFunction.cpp 509 recursivelySimplifyInstruction(PN, TD);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 104 milliseconds