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

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

Completed in 69 milliseconds