/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 196 processFunction(Function & F,AnalysisT & Analysis) processFunction() argument 201 auto &Analysis = getAnalysis<AnalysisT>(); runOnFunction() local 235 processFunction(Function & F,AnalysisT & Analysis) processFunction() argument 240 auto &Analysis = getAnalysis<AnalysisT>(); runOnFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PassInstrumentation.h | 294 C(Analysis.name(), llvm::Any(&IR)); in runAnalysisInvalidated() argument 275 runBeforeAnalysis(const PassT & Analysis,const IRUnitT & IR) runBeforeAnalysis() argument 284 runAfterAnalysis(const PassT & Analysis,const IRUnitT & IR) runAfterAnalysis() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassSupport.h | 72 #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-src/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 129 ### Pitfalls of static analysis
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | Remark.h | 69 Analysis, enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 293 AnalysisT Analysis = createAnalysis<AnalysisT>(ASTCtx, Env); global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 168 TypeErasedDataflowAnalysis &Analysis; global() member 513 runTypeErasedDataflowAnalysis(const ControlFlowContext & CFCtx,TypeErasedDataflowAnalysis & Analysis,const Environment & InitEnv,std::function<void (const CFGElement &,const TypeErasedDataflowAnalysisState &)> PostVisitCFG,std::int32_t MaxBlockVisits) runTypeErasedDataflowAnalysis() argument [all...] |
H A D | Transfer.cpp | 809 auto Analysis = NoopAnalysis(CFCtx->getDecl().getASTContext(), transferInlineCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3684 computeKnownBitsForTargetInstr(GISelKnownBits & Analysis,Register R,KnownBits & Known,const APInt & DemandedElts,const MachineRegisterInfo & MRI,unsigned Depth) const computeKnownBitsForTargetInstr() argument 3697 computeKnownAlignForTargetInstr(GISelKnownBits & Analysis,Register R,const MachineRegisterInfo & MRI,unsigned Depth) const computeKnownAlignForTargetInstr() argument 3718 computeNumSignBitsForTargetInstr(GISelKnownBits & Analysis,Register R,const APInt & DemandedElts,const MachineRegisterInfo & MRI,unsigned Depth) const computeNumSignBitsForTargetInstr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5799 computeNumSignBitsForTargetInstr(GISelKnownBits & Analysis,Register R,const APInt & DemandedElts,const MachineRegisterInfo & MRI,unsigned Depth) const computeNumSignBitsForTargetInstr() argument
|