OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PHIElimination.cpp
567
const MachineLoop *
PreLoop
= MLI ? MLI->getLoopFor(PreMBB) : 0;
568
if (IsLoopHeader &&
PreLoop
== CurLoop && !SplitAllCriticalEdges)
595
if (!ShouldSplit && CurLoop !=
PreLoop
) {
598
if (
PreLoop
) dbgs() << "
PreLoop
: " << *
PreLoop
;
605
ShouldSplit =
PreLoop
&& !
PreLoop
->contains(CurLoop);
/external/clang/lib/Analysis/
ThreadSafety.cpp
[
all
...]
Completed in 88 milliseconds