Searched refs:SCtx (Results 1 – 1 of 1) sorted by relevance
315 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() local324 BR.getStateManager().getCallEventManager().getCaller(SCtx, State); in VisitNode()485 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() local486 if (!FramesModifyingCalculated.count(SCtx)) in isRegionOfInterestModifiedInFrame()488 return FramesModifyingRegion.count(SCtx); in isRegionOfInterestModifiedInFrame()513 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() local514 while (!SCtx->inTopFrame()) { in findModifyingFrames()515 auto p = FramesModifyingRegion.insert(SCtx); in findModifyingFrames()518 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames()