Searched refs:DoOneIteration (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h113 bool DoOneIteration(Function &F, unsigned ItNum);
H A DInstructionCombining.cpp2641 bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) { function in class:InstCombiner
2851 while (DoOneIteration(F, Iteration++))

Completed in 463 milliseconds