OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddRec
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
805
const SCEVAddRecExpr *
AddRec
= dyn_cast<SCEVAddRecExpr>(Src);
806
if (!
AddRec
)
808
const SCEV *Start =
AddRec
->getStart();
809
const SCEV *Step =
AddRec
->getStepRecurrence(*SE);
812
Loops.set(mapSrcLoop(
AddRec
->getLoop()));
823
const SCEVAddRecExpr *
AddRec
= dyn_cast<SCEVAddRecExpr>(Dst);
824
if (!
AddRec
)
826
const SCEV *Start =
AddRec
->getStart();
827
const SCEV *Step =
AddRec
->getStepRecurrence(*SE);
830
Loops.set(mapDstLoop(
AddRec
->getLoop()))
[
all
...]
ScalarEvolution.cpp
555
// Compare
addrec
loop depths.
564
//
Addrec
complexity grows with operand count.
[
all
...]
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
831
/// operands is an
AddRec
for this loop, return it.
[
all
...]
Completed in 309 milliseconds