Home
last modified time | relevance | path

Searched defs:SCEVFindInsideScop (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1426 struct SCEVFindInsideScop : public SCEVTraversal<SCEVFindInsideScop> { struct
1427 const ValueToValueMap &VMap;
1428 bool FoundInside = false;
1429 const Scop *S;
1432 SCEVFindInsideScop(const ValueToValueMap &VMap, ScalarEvolution &SE, in SCEVFindInsideScop() argument
1436 static bool hasVariant(const SCEV *E, ScalarEvolution &SE, in hasVariant()
1443 bool follow(const SCEV *E) { in follow()
1453 bool isDone() { return FoundInside; } in isDone()