OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
520
unsigned mapDstLoop(const Loop *
DstLoop
) const;
728
const Loop *
DstLoop
,
745
const Loop *
DstLoop
) const;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
717
const Loop *
DstLoop
= LI->getLoopFor(DstBlock);
725
DstLoop
=
DstLoop
->getParentLoop();
728
while (SrcLoop !=
DstLoop
) {
730
DstLoop
=
DstLoop
->getParentLoop();
747
unsigned DependenceAnalysis::mapDstLoop(const Loop *
DstLoop
) const {
748
unsigned D =
DstLoop
->getLoopDepth();
[
all
...]
Completed in 2871 milliseconds