Searched defs:SCEVFindInsideScop (Results 1 – 1 of 1) sorted by relevance
1426 struct SCEVFindInsideScop : public SCEVTraversal<SCEVFindInsideScop> { struct1427 const ValueToValueMap &VMap;1428 bool FoundInside = false;1429 const Scop *S;1432 SCEVFindInsideScop(const ValueToValueMap &VMap, ScalarEvolution &SE, in SCEVFindInsideScop() argument1436 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()