Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h333 bool recursivelySimplifyInstruction(Instruction *I,
/external/llvm/lib/Transforms/Utils/
DLocal.cpp437 if (recursivelySimplifyInstruction(Inst, TLI)) { in SimplifyInstructionsInBlock()
482 if (!recursivelySimplifyInstruction(PN)) in RemovePredecessorAndSimplify()
DCloneFunction.cpp638 recursivelySimplifyInstruction(PN); in CloneAndPruneIntoFromInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3832 bool llvm::recursivelySimplifyInstruction(Instruction *I, in recursivelySimplifyInstruction() function in llvm