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

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

Completed in 72 milliseconds