Searched refs:SCtx (Results 1 – 1 of 1) sorted by relevance
418 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() local419 if (!FramesModifyingCalculated.count(SCtx)) in isRegionOfInterestModifiedInFrame()421 return FramesModifyingRegion.count(SCtx); in isRegionOfInterestModifiedInFrame()570 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local579 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()657 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() local658 while (!SCtx->inTopFrame()) { in findModifyingFrames()659 auto p = FramesModifyingRegion.insert(SCtx); in findModifyingFrames()662 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames()