Searched refs:analysisContext (Results 1 – 3 of 3) sorted by relevance
74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);101 create(AnalysisDeclContext &analysisContext) { in create() argument102 return computeLiveness(analysisContext, true); in create()115 create(AnalysisDeclContext &analysisContext) { in create() argument116 return computeLiveness(analysisContext, false); in create()
146 create(AnalysisDeclContext &analysisContext);
30 AnalysisDeclContext &analysisContext; member in __anon9166e1760111::LiveVariablesImpl52 : analysisContext(ac), in LiveVariablesImpl()250 LV.analysisContext.getSelfDecl()); in Visit()373 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) { in VisitBlockExpr()511 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()630 for (const CFGBlock *B : *analysisContext.getCFG()) { in dumpExprLiveness()