Searched refs:CalleeSF (Results 1 – 1 of 1) sorted by relevance
1340 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining() local1341 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()1342 assert(CalleeSF && CallerSF); in replayWithoutInlining()1344 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()1395 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()1396 CalleeSF->getIndex()); in replayWithoutInlining()1433 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance() local1436 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()1437 Engine.FunctionSummaries->markReachedMaxBlockCount(CalleeSF->getDecl()); in processCFGBlockEntrance()