Searched defs:PWAC (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/Support/ |
H A D | SCEVAffinator.cpp | 53 static bool isTooComplex(PWACtx PWAC) { in isTooComplex() argument 90 void SCEVAffinator::interpretAsUnsigned(PWACtx &PWAC, unsigned Width) { in interpretAsUnsigned() argument 100 PWACtx &PWAC, RecordedAssumptionsTy *RecordedAssumptions) { in takeNonNegativeAssumption() argument 200 PWACtx PWAC = CachedExpressions[Key]; visit() local [all...] |
/llvm-project/polly/lib/Analysis/ |
H A D | ScopInfo.cpp | 952 PWACtx PWAC = Stmt->getParent()->getPwAff(E, Stmt->getEntryBlock()); getPwAff() local 2175 auto PWAC = Affinator.getPwAff(E, BB, RecordedAssumptions); getPwAff() local 2204 PWACtx PWAC = getPwAff(E, BB, RecordedAssumptions); getPwAffOnly() local
|
H A D | ScopBuilder.cpp | 349 PWACtx PWAC = scop->getPwAff(E, BB, NonNegative, &RecordedAssumptions); in getPwAff() local
|