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