/llvm-project/clang/unittests/Analysis/ |
H A D | CFGTest.cpp | 29 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument 39 TEST(CFG, StaticInitializerLastCondition) { in TEST() argument 57 TEST(CFG, DeleteExpressionOnDependentType) { in TEST() argument 67 TEST(CFG, VariableOfIncompleteTyp argument 76 TEST(CFG,DependantBaseAddImplicitDtors) TEST() argument 96 TEST(CFG,IsLinear) TEST() argument 113 TEST(CFG,ElementRefIterator) TEST() argument 246 TEST(CFG,Worklists) TEST() argument 259 auto *CFG = AC.getCFG(); TEST() local [all...] |
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CFGReachabilityAnalysis.h | 23 class CFG; variable
|
H A D | LiveVariables.h | 22 class CFG; variable
|
H A D | CalledOnceCheck.h | 21 class CFG; variable
|
H A D | UninitializedValues.h | 23 class CFG; variable
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 152 struct CFG { global() struct 156 GraphCFG global() argument 168 isPoisonedCFG global() argument [all...] |
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | CFGMatchSwitchTest.cpp | 66 auto CFG = CFG::buildCFG(F, F->getBody(), &Ctx, BO); in applySwitchToCode() local
|
/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 66 static codegen::RegisterCodeGenFlags CFG; variable
|
/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 72 CFG, enumerator
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 47 class CFG; variable
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 488 const clang::CFG &CFG = ACFG.getCFG(); runTypeErasedDataflowAnalysis() local [all...] |
H A D | HTMLLogger.cpp | 492 buildCFGDot(const clang::CFG & CFG) buildCFGDot() argument [all...] |
/llvm-project/clang/docs/ |
H A D | InternalsManual.rst | 2544 .. _CFG: global() target [all...] |
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 41 class CFG; variable 1427 CFG() : Blocks(BlkBVC, 10) {} in CFG() function
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | StrategiesTest.cpp | 506 TEST(InsertCFGStrategy, CFG) { in TEST() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 410 createEmptyBasicBlock(VPTransformState::CFGState & CFG) createEmptyBasicBlock() argument [all...] |
H A D | VPlan.h | 391 } CFG; global() member [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryFunction.h | 137 CFG_Finalized, /// CFG is finalized. No optimizations allowed. enumerator [all...] |
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1171 PreservedCFGCheckerInstrumentation::CFG::CFG(const Function *F, CFG() function in PreservedCFGCheckerInstrumentation::CFG [all...] |