Searched refs:recursivelySimplifyInstruction (Results 1 – 4 of 4) sorted by relevance
333 bool recursivelySimplifyInstruction(Instruction *I,
437 if (recursivelySimplifyInstruction(Inst, TLI)) { in SimplifyInstructionsInBlock()482 if (!recursivelySimplifyInstruction(PN)) in RemovePredecessorAndSimplify()
638 recursivelySimplifyInstruction(PN); in CloneAndPruneIntoFromInst()
3832 bool llvm::recursivelySimplifyInstruction(Instruction *I, in recursivelySimplifyInstruction() function in llvm