Searched refs:FunctionContexts (Results 1 – 2 of 2) sorted by relevance
297 auto It = FunctionContexts.find(F); in getControlFlowContext()298 if (It != FunctionContexts.end()) in getControlFlowContext()305 auto Result = FunctionContexts.insert({F, std::move(*CFCtx)}); in getControlFlowContext()
288 llvm::DenseMap<const FunctionDecl *, ControlFlowContext> FunctionContexts; variable