Searched refs:SCtx (Results 1 – 1 of 1) sorted by relevance
419 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() local420 if (!FramesModifyingCalculated.count(SCtx)) in isRegionOfInterestModifiedInFrame()422 return FramesModifyingRegion.count(SCtx); in isRegionOfInterestModifiedInFrame()571 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local580 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()658 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() local659 while (!SCtx->inTopFrame()) { in findModifyingFrames()660 auto p = FramesModifyingRegion.insert(SCtx); in findModifyingFrames()663 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames()