Home
last modified time | relevance | path

Searched full:propagations (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Analysis/Inputs/
H A Dtaint-generic-config-invalid-arg.yaml1 Propagations:
H A Dtaint-generic-config-ill-formed.yaml1 Propagations:
H A Dtaint-generic-config.yaml2 Propagations:
/llvm-project/llvm/test/Transforms/WholeProgramDevirt/
H A Dvirtual-const-prop-check.ll157 ; CHECK: 1 wholeprogramdevirt - Number of virtual constant propagations
158 ; CHECK: 2 wholeprogramdevirt - Number of 1 bit virtual constant propagations
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp337 std::vector<Propagation> Propagations;
427 IO.mapOptional("Propagations", Config.Propagations); in mapping()
558 for (auto &P : Config.Propagations) in parseConfiguration()
978 // Matching propagations, Sinks and Filters will pass this point. in process()
336 std::vector<Propagation> Propagations; global() member
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp114 "Number of 1 bit virtual constant propagations");
115 STATISTIC(NumVirtConstProp, "Number of virtual constant propagations");
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp100 STATISTIC(DeltaPropagations, "Delta propagations");
3983 // It's tedious, since we must go through all propagations, etc.