OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentloop
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
LoopPass.cpp
65
CurrentLoop
= NULL;
75
// and continue applying other passes on
CurrentLoop
.
76
if (
CurrentLoop
== L)
96
assert (
CurrentLoop
!= L && "Cannot insert
CurrentLoop
");
109
if (L ==
CurrentLoop
)
132
assert (
CurrentLoop
== L && "Can redo only
CurrentLoop
");
214
CurrentLoop
= LQ.back();
223
CurrentLoop
->getHeader()->getName())
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
138
Loop *
currentLoop
;
154
currentLoop
(0), DT(0), loopHeader(0),
180
BranchesInfo.forgetLoop(
currentLoop
);
193
loopHeader =
currentLoop
->getHeader();
194
loopPreheader =
currentLoop
->getLoopPreheader();
390
currentLoop
= L;
391
Function *F =
currentLoop
->getHeader()->getParent();
394
assert(
currentLoop
->isLCSSAForm(*DT));
419
if (!
currentLoop
->isSafeToClone())
423
if (!
currentLoop
->hasDedicatedExits()
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
438
void setPoint(const SCEV *X, const SCEV *Y, const Loop *
CurrentLoop
);
442
const SCEV *C, const Loop *
CurrentLoop
);
445
void setDistance(const SCEV *D, const Loop *
CurrentLoop
);
637
const Loop *
CurrentLoop
,
655
const Loop *
CurrentLoop
,
674
const Loop *
CurrentLoop
,
692
const Loop *
CurrentLoop
,
710
const Loop *
CurrentLoop
,
[
all
...]
LoopPass.h
155
Loop *
CurrentLoop
;
Completed in 1730 milliseconds