OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
284
Loop *
CurrentLoop
= &L;
285
const std::vector<Loop *> *Vec = &
CurrentLoop
->getSubLoops();
294
LoopList.push_back(
CurrentLoop
);
295
CurrentLoop
= Vec->front();
296
Vec = &
CurrentLoop
->getSubLoops();
298
LoopList.push_back(
CurrentLoop
);
[
all
...]
StructurizeCFG.cpp
308
Loop *
CurrentLoop
= nullptr;
322
while(LoopBlocks[
CurrentLoop
]) {
325
if (LI->getLoopFor(LoopBB) ==
CurrentLoop
) {
326
LoopBlocks[
CurrentLoop
]--;
332
CurrentLoop
= LI->getLoopFor(BB);
333
if (
CurrentLoop
) {
334
LoopBlocks[
CurrentLoop
]--;
Completed in 148 milliseconds