OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PreLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PHIElimination.cpp
571
const MachineLoop *
PreLoop
= MLI ? MLI->getLoopFor(PreMBB) : nullptr;
572
if (IsLoopHeader &&
PreLoop
== CurLoop && !SplitAllCriticalEdges)
601
if (!ShouldSplit && CurLoop !=
PreLoop
) {
604
if (
PreLoop
) dbgs() << "
PreLoop
: " << *
PreLoop
;
611
ShouldSplit =
PreLoop
&& !
PreLoop
->contains(CurLoop);
/external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp
[
all
...]
Completed in 94 milliseconds