Lines Matching defs:LCtx
33 const LocationContext *LCtx;
36 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {}
50 const LocationContext *getLocationContext() const { return LCtx; }
57 ID.AddPointer(LCtx);
323 auto LCtx = Pred->getLocationContext();
330 LCtx == LS.getHead().getLocationContext()) {
334 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
341 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
350 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
353 LoopState::getUnrolled(LoopStmt, LCtx, innerMaxStep));