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
722
const Loop *
DstLoop
= LI->getLoopFor(DstBlock);
730
DstLoop
=
DstLoop
->getParentLoop();
733
while (SrcLoop !=
DstLoop
) {
735
DstLoop
=
DstLoop
->getParentLoop();
752
unsigned DependenceAnalysis::mapDstLoop(const Loop *
DstLoop
) const {
753
unsigned D =
DstLoop
->getLoopDepth();
[
all
...]
Completed in 211 milliseconds