OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
519
unsigned mapSrcLoop(const Loop *
SrcLoop
) const;
736
const Loop *
SrcLoop
,
753
const Loop *
SrcLoop
,
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
718
const Loop *
SrcLoop
= LI->getLoopFor(SrcBlock);
723
SrcLoop
=
SrcLoop
->getParentLoop();
730
while (
SrcLoop
!= DstLoop) {
731
SrcLoop
=
SrcLoop
->getParentLoop();
742
unsigned DependenceAnalysis::mapSrcLoop(const Loop *
SrcLoop
) const {
743
return
SrcLoop
->getLoopDepth();
[
all
...]
Completed in 36 milliseconds