OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Peel
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d
303
case STMT.
Peel
:
astenums.d
341
Peel
,
statement.d
437
super(s.loc, STMT.
Peel
);
ob.d
847
case STMT.
Peel
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp
123
"loop-fusion-
peel
-max-count", cl::init(0), cl::Hidden,
172
/// Can you
Peel
this Loop?
765
assert(FC0.AbleToPeel && "Should be able to
peel
loop");
767
LLVM_DEBUG(dbgs() << "Attempting to
peel
first " << PeelCount
874
<< " is greater than maximum
peel
count specificed: "
979
//
Peel
the loop after determining that fusion is legal. The Loops
981
bool
Peel
= TCDifference && *TCDifference > 0;
982
if (
Peel
)
989
reportLoopFusion<OptimizationRemark>((
Peel
? FC0Copy : *FC0), *FC1,
993
performFusion((
Peel
? FC0Copy : *FC0), *FC1), &DT, &PDT, ORE
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026