Searched defs:getScop (Results 1 – 4 of 4) sorted by relevance
/llvm-project/polly/include/polly/ | ||
H A D | ScopBuilder.h | 780 std::unique_ptr<Scop> getScop() { return std::move(scop); } getScop() function |
H A D | ZoneAlgo.h | 378 Scop *getScop() const { return S; } in getScop() function |
H A D | ScopInfo.h | 2693 Scop *getScop() { return S.get(); } getScop() function |
/llvm-project/polly/lib/Transform/ | ||
H A D | ForwardOpTree.cpp | 977 Scop *getScop() const { return S; } in getScop() function in __anon8f337d270111::ForwardOpTreeImpl |