Searched defs:PWAC (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | SCEVAffinator.cpp | 52 static bool isTooComplex(PWACtx PWAC) { in isTooComplex() 89 void SCEVAffinator::interpretAsUnsigned(PWACtx &PWAC, unsigned Width) { in interpretAsUnsigned() 99 PWACtx &PWAC, RecordedAssumptionsTy *RecordedAssumptions) { in takeNonNegativeAssumption() 199 PWACtx PWAC = CachedExpressions[Key]; in visit() local
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 981 PWACtx PWAC = Stmt->getParent()->getPwAff(E, Stmt->getEntryBlock()); in getPwAff() local 2259 auto PWAC = Affinator.getPwAff(E, BB, RecordedAssumptions); in getPwAff() local 2288 PWACtx PWAC = getPwAff(E, BB, RecordedAssumptions); in getPwAffOnly() local
|
D | ScopBuilder.cpp | 352 PWACtx PWAC = scop->getPwAff(E, BB, NonNegative, &RecordedAssumptions); in getPwAff() local
|