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()
784 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl() local
785 if (!CalleeCFG) in mayInlineDecl()
789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()
857 const CFG *CalleeCFG = CalleeADC->getCFG(); in shouldInlineCall() local
864 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall()
871 CalleeCFG->getNumBlockIDs() > 13) { in shouldInlineCall()
[all …]