| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | ControlFlowContext.cpp | 59 auto Cfg = CFG::buildCFG(D, S, C, Options); in build()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | CFGBuilder.h | 80 void buildCFG(const std::vector<Arc> &Arcs);
|
| H A D | CFGBuilder.cpp | 34 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 D | CFGBuildResult.h | 59 CFG::buildCFG(nullptr, Body, Result.Context, Options)) in run()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG() 237 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
|
| H A D | ThreadSafetyCommon.cpp | 79 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
|
| H A D | CFG.cpp | 536 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 D | UseAfterMoveCheck.cpp | 123 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 389 til::SCFG *buildCFG(CFGWalker &Walker);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 346 if (!Function.buildCFG(/*AllocId*/ 0)) { in buildFunctionsCFG()
|
| H A D | RewriteInstance.cpp | 2960 if (!BF.buildCFG(AllocId)) in buildFunctionsCFG()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1275 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 2072 bool buildCFG(MCPlusBuilder::AllocatorIdTy);
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 1898 bool BinaryFunction::buildCFG(MCPlusBuilder::AllocatorIdTy AllocatorId) { in buildCFG() function in llvm::bolt::BinaryFunction
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 2573 std::unique_ptr<CFG> FooCFG = CFG::buildCFG(FooBody);
|