Searched refs:CalleeSF (Results 1 – 1 of 1) sorted by relevance
2439 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining() local2440 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame(); in replayWithoutInlining()2441 assert(CalleeSF && CallerSF); in replayWithoutInlining()2443 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()2495 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()2496 CalleeSF->getIndex()); in replayWithoutInlining()2551 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); in processCFGBlockEntrance() local2554 if (RootLC->getStackFrame() != CalleeSF) { in processCFGBlockEntrance()2555 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()