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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp498 unsigned NoCPIters = 0, NoBRIters = 0; local
499 (void)NoBRIters;
513 DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
517 if (BRChange && ++NoBRIters > 30)
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp443 unsigned NoCPIters = 0, NoBRIters = 0; local
457 DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
461 if (BRChange && ++NoBRIters > 30)

Completed in 131 milliseconds