Home
last modified time | relevance | path

Searched refs:CalleeCFG (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp45 const CFG *CalleeCFG = calleeCtx->getCFG(); in processCallEnter() local
46 const CFGBlock *Entry = &(CalleeCFG->getEntry()); in processCallEnter()
376 const CFG *CalleeCFG = CalleeADC->getCFG(); in examineStackFrames() local
377 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()
787 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl() local
788 if (!CalleeCFG) in mayInlineDecl()
792 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()
860 const CFG *CalleeCFG = CalleeADC->getCFG(); in shouldInlineCall() local
867 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall()
874 CalleeCFG->getNumBlockIDs() >= in shouldInlineCall()
[all …]