Searched refs:FunctionCFG (Results 1 – 1 of 1) sorted by relevance
612 : FunctionCFG(*AC.getCFG()), AC(AC), Handler(Handler), in CalledOnceChecker()639 CFGSizedVector<State>(FunctionCFG.getNumBlockIDs(), State(size())); in initDataStructures()711 BackwardDataflowWorklist Worklist(FunctionCFG, AC); in check()714 const CFGBlock *Exit = &FunctionCFG.getExit(); in check()734 checkEntry(&FunctionCFG.getEntry()); in check()839 for (const CFGBlock *BB : FunctionCFG) { in checkEntry()1220 if (FunctionCFG.size() == 2) { in isPossiblyEmptyImpl()1227 if (FunctionCFG.size() == 3) { in isPossiblyEmptyImpl()1228 const CFGBlock &Entry = FunctionCFG.getEntry(); in isPossiblyEmptyImpl()1251 return llvm::all_of(FunctionCFG, [](const CFGBlock *BB) { in isPossiblyEmptyImpl()[all …]