OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxIterations
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombine.h
27
const unsigned
MaxIterations
;
31
explicit InstCombinePass(unsigned
MaxIterations
);
42
const unsigned
MaxIterations
;
48
explicit InstructionCombiningPass(unsigned
MaxIterations
);
67
FunctionPass *createInstructionCombiningPass(unsigned
MaxIterations
);
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ListReducer.h
81
unsigned
MaxIterations
= MaxIterationsWithoutProgress;
93
if (ShufflingEnabled && NumOfIterationsWithoutProgress >
MaxIterations
) {
110
MaxIterations
+= 2;
133
MaxIterations
= MaxIterationsWithoutProgress;
141
MaxIterations
= MaxIterationsWithoutProgress;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CGSCCPassManager.h
523
int
MaxIterations
)
524
: Pass(std::move(Pass)),
MaxIterations
(
MaxIterations
) {}
526
/// Runs the wrapped pass up to \c
MaxIterations
on the SCC, iterating
533
int
MaxIterations
;
540
int
MaxIterations
) {
545
MaxIterations
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
3961
ProfileSummaryInfo *PSI, unsigned
MaxIterations
, LoopInfo *LI) {
3963
MaxIterations
= std::min(
MaxIterations
, LimitMaxIterations.getValue());
3993
if (Iteration >
MaxIterations
) {
3994
LLVM_DEBUG(dbgs() << "\n\n[IC] Iteration limit #" <<
MaxIterations
4018
InstCombinePass::InstCombinePass() :
MaxIterations
(LimitMaxIterations) {}
4020
InstCombinePass::InstCombinePass(unsigned
MaxIterations
)
4021
:
MaxIterations
(
MaxIterations
) {}
4041
BFI, PSI,
MaxIterations
, LI)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CGSCCPassManager.cpp
485
if (Iteration >=
MaxIterations
) {
491
<<
MaxIterations
<< ") on SCC: " << *C << "\n");
ScalarEvolution.cpp
8412
unsigned
MaxIterations
= MaxBruteForceIterations; // Limit analysis.
8414
for (unsigned IterationNum = 0; IterationNum !=
MaxIterations
;++IterationNum){
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026