OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelevantLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
266
const Loop *
getRelevantLoop
(const SCEV *);
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
598
///
getRelevantLoop
- Get the most relevant loop associated with the given
600
const Loop *SCEVExpander::
getRelevantLoop
(const SCEV *S) {
620
L = PickMostRelevantLoop(L,
getRelevantLoop
(Op), SE.DT);
624
const Loop *Result =
getRelevantLoop
(C->getOperand());
629
getRelevantLoop
(D->getLHS()),
getRelevantLoop
(D->getRHS()), SE.DT);
680
OpsAndLoops.push_back(std::make_pair(
getRelevantLoop
(*I), *I));
748
OpsAndLoops.push_back(std::make_pair(
getRelevantLoop
(*I), *I));
[
all
...]
Completed in 47 milliseconds