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
523
unsigned mapDstLoop(const Loop *
DstLoop
) const;
737
const Loop *
DstLoop
,
754
const Loop *
DstLoop
) const;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
719
const Loop *
DstLoop
= LI->getLoopFor(DstBlock);
727
DstLoop
=
DstLoop
->getParentLoop();
730
while (SrcLoop !=
DstLoop
) {
732
DstLoop
=
DstLoop
->getParentLoop();
749
unsigned DependenceAnalysis::mapDstLoop(const Loop *
DstLoop
) const {
750
unsigned D =
DstLoop
->getLoopDepth();
[
all
...]
Completed in 36 milliseconds