Home
last modified time | relevance | path

Searched defs:CFG (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h152 struct CFG { struct
156 CFG(const Function *F, bool TrackBBLifetime); argument
168 static void printDiff(raw_ostream &out, const CFG &Before, argument
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h23 class CFG; variable
H A DLiveVariables.h22 class CFG; variable
H A DCalledOnceCheck.h21 class CFG; variable
H A DUninitializedValues.h23 class CFG; variable
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp66 static codegen::RegisterCodeGenFlags CFG; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h47 class CFG; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp488 const clang::CFG &CFG = ACFG.getCFG(); in runTypeErasedDataflowAnalysis() local
H A DHTMLLogger.cpp492 std::string buildCFGDot(const clang::CFG &CFG) { in buildCFGDot()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h41 class CFG; variable
1427 CFG() : Blocks(BlkBVC, 10) {} in CFG() function
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h301 typedef uint16_t CFG; ///< an SV's 4 bit configuration code typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp411 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock()
H A DVPlan.h403 } CFG; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1172 PreservedCFGCheckerInstrumentation::CFG::CFG(const Function *F, in CFG() function in PreservedCFGCheckerInstrumentation::CFG