OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumWidened
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h
80
unsigned &NumElimExt, unsigned &
NumWidened
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp
743
unsigned
NumWidened
= 0;
776
NumWidened
++;
790
return
NumWidened
;
800
unsigned
NumWidened
= collectChecks(Checks, Guard->getOperand(0), Expander,
802
if (
NumWidened
== 0)
805
TotalWidened +=
NumWidened
;
814
LLVM_DEBUG(dbgs() << "Widened checks = " <<
NumWidened
<< "\n");
826
unsigned
NumWidened
= collectChecks(Checks, BI->getCondition(),
828
if (
NumWidened
== 0)
831
TotalWidened +=
NumWidened
;
[
all
...]
IndVarSimplify.cpp
95
STATISTIC(
NumWidened
, "Number of indvars widened");
645
NumWidened
+= Widened;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
1014
unsigned
NumWidened
= 0;
1088
unsigned getNumWidened() { return
NumWidened
; };
1949
++
NumWidened
;
2090
unsigned &NumElimExt, unsigned &
NumWidened
,
2095
NumWidened
= Widener.getNumWidened();
Completed in 29 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026