Home
last modified time | relevance | path

Searched refs:buildCFG (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DControlFlowContext.cpp59 auto Cfg = CFG::buildCFG(D, S, C, Options); in build()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DCFGBuilder.h80 void buildCFG(const std::vector<Arc> &Arcs);
H A DCFGBuilder.cpp34 buildCFG(InitialArcs); in CFGBuilder()
121 void CFGBuilder::buildCFG(const std::vector<Arc> &NewArcs) { in buildCFG() function in CFGBuilder
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGBuildResult.h59 CFG::buildCFG(nullptr, Body, Result.Context, Options)) in run()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG()
237 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
H A DThreadSafetyCommon.cpp79 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
H A DCFG.cpp536 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement);
1489 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() function in CFGBuilder
5172 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() function in CFG
5175 return Builder.buildCFG(D, Statement); in buildCFG()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp123 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h389 til::SCFG *buildCFG(CFGWalker &Walker);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp346 if (!Function.buildCFG(/*AllocId*/ 0)) { in buildFunctionsCFG()
H A DRewriteInstance.cpp2960 if (!BF.buildCFG(AllocId)) in buildFunctionsCFG()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1275 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2072 bool buildCFG(MCPlusBuilder::AllocatorIdTy);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1898 bool BinaryFunction::buildCFG(MCPlusBuilder::AllocatorIdTy AllocatorId) { in buildCFG() function in llvm::bolt::BinaryFunction
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2573 std::unique_ptr<CFG> FooCFG = CFG::buildCFG(FooBody);