Home
last modified time | relevance | path

Searched refs:recursivelySimplifyInstruction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/Inline/
Ddeopt-bundles.ll136 ; recognize, but can be recognized by recursivelySimplifyInstruction.
167 ; recognize, but can be recognized by recursivelySimplifyInstruction.
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h352 bool recursivelySimplifyInstruction(Instruction *I,
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp557 recursivelySimplifyInstruction(PN); in CloneAndPruneIntoFromInst()
DLocal.cpp552 if (!recursivelySimplifyInstruction(PN)) in RemovePredecessorAndSimplify()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp4311 bool llvm::recursivelySimplifyInstruction(Instruction *I, in recursivelySimplifyInstruction() function in llvm