Home
last modified time | relevance | path

Searched defs:Cfg (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp29 buildStmtToBasicBlockMap(const CFG &Cfg) { in buildStmtToBasicBlockMap()
75 static llvm::BitVector findReachableBlocks(const CFG &Cfg) { in findReachableBlocks()
99 const CFG &Cfg, in buildContainsExprConsumedInDifferentBlock()
163 auto Cfg = CFG::buildCFG(&D, &S, &C, Options); in build() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h75 const Decl &D, std::unique_ptr<CFG> Cfg, in AdornedCFG()
87 std::unique_ptr<CFG> Cfg; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp444 const CFG *Cfg = ADC->getCFG(); in isSmall() local
449 const CFG *Cfg = ADC->getCFG(); in isLarge() local
454 const CFG *Cfg = ADC->getCFG(); in isHuge() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp319 DataFlowGraph::Config Cfg; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h104 void enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First) {} in enterCFG()
H A DThreadSafetyTraverse.h285 void enterCFG(SCFG &Cfg) {} in enterCFG()
286 void exitCFG(SCFG &Cfg) {} in exitCFG()
H A DThreadSafetyTIL.h1712 SCFG(const SCFG &Cfg, BlockArray &&Ba) // steals memory from Ba in SCFG()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp855 void SExprBuilder::enterCFG(CFG *Cfg, const NamedDecl *D, in enterCFG()
H A DCFG.cpp6198 const CFG &Cfg = *getParent(); in isInevitablySinking() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1091 void fillReachableBlocks(CFG *Cfg) { in fillReachableBlocks()
1293 CFG *Cfg = AC.getCFG(); in DiagnoseSwitchLabelsFallthrough() local