Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp379 const CFG *CalleeCFG = CalleeADC->getCFG(); in examineStackFrames() local
380 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()
773 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl() local
774 if (!CalleeCFG) in mayInlineDecl()
778 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()
846 const CFG *CalleeCFG = CalleeADC->getCFG(); in shouldInlineCall() local
853 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall()
860 CalleeCFG->getNumBlockIDs() >= in shouldInlineCall()
867 (CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize() in shouldInlineCall()
/external/clang/include/clang/Analysis/
DProgramPoint.h601 const CFG *CalleeCFG = CalleeCtx->getCFG(); in getEntry() local
602 return &(CalleeCFG->getEntry()); in getEntry()