Searched refs:CalleeSF (Results 1 – 1 of 1) sorted by relevance
1356 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining() local1357 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()1358 assert(CalleeSF && CallerSF); in replayWithoutInlining()1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()1411 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()1412 CalleeSF->getIndex()); in replayWithoutInlining()1449 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance() local1452 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()1453 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()