Home
last modified time | relevance | path

Searched defs:MaxIterations (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h27 const unsigned MaxIterations; variable
42 const unsigned MaxIterations; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DListReducer.h81 unsigned MaxIterations = MaxIterationsWithoutProgress; in reduceList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3961 ProfileSummaryInfo *PSI, unsigned MaxIterations, LoopInfo *LI) { in combineInstructionsOverFunction()
4020 InstCombinePass::InstCombinePass(unsigned MaxIterations) in InstCombinePass()
4100 InstructionCombiningPass::InstructionCombiningPass(unsigned MaxIterations) in InstructionCombiningPass()
4132 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { in createInstructionCombiningPass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp8412 unsigned MaxIterations = MaxBruteForceIterations; // Limit analysis. in computeExitCountExhaustively() local