OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentLoop
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopNestAnalysis.cpp
185
const Loop *
CurrentLoop
= &Root;
186
const auto *SubLoops = &
CurrentLoop
->getSubLoops();
191
if (!arePerfectlyNested(*
CurrentLoop
, *InnerLoop, SE)) {
193
dbgs() << "Not a perfect nest: loop '" <<
CurrentLoop
->getName()
200
CurrentLoop
= InnerLoop;
201
SubLoops = &
CurrentLoop
->getSubLoops();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
278
Loop *
CurrentLoop
= &L;
279
const std::vector<Loop *> *Vec = &
CurrentLoop
->getSubLoops();
287
LoopList.push_back(
CurrentLoop
);
288
CurrentLoop
= Vec->front();
289
Vec = &
CurrentLoop
->getSubLoops();
291
LoopList.push_back(
CurrentLoop
);
LoopUnswitch.cpp
192
Loop *
CurrentLoop
= nullptr;
245
void releaseMemory() override { BranchesInfo.forgetLoop(
CurrentLoop
); }
248
LoopHeader =
CurrentLoop
->getHeader();
249
LoopPreheader =
CurrentLoop
->getLoopPreheader();
547
CurrentLoop
= L;
548
Function *F =
CurrentLoop
->getHeader()->getParent();
559
assert(
CurrentLoop
->isLCSSAForm(*DT));
577
while (
CurrentLoop
->contains(DomBB)) {
654
if (!
CurrentLoop
->isSafeToClone())
658
if (!
CurrentLoop
->hasDedicatedExits()
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026