Home
last modified time | relevance | path

Searched refs:Sinks (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp107 SetVector<Instruction *> &Sinks; member in __anone4b1306d0111::IRPromoter
128 Sources(sources), Sinks(sinks), SafeWrap(wrap) { in IRPromoter()
473 if (Sinks.count(I)) in PromoteTree()
527 for (auto *I : Sinks) { in TruncateSinks()
638 for (auto *I : Sinks) { in Mutate()
773 SetVector<Instruction *> Sinks; in TryToPromote() local
820 Sinks.insert(cast<Instruction>(V)); in TryToPromote()
865 if (Sinks.count(cast<Instruction>(V))) in TryToPromote()
875 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()
/llvm-project-15.0.7/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst80 Sinks:
93 … key implement the conceptual sources and propagations, and sinks have their dedicated `Sinks` key.
105 - Sinks
114 Under the `Sinks` key, the user can specify a list of operations where the checker should emit a bu…
163 An entry under `Sinks` is a `YAML <http://llvm.org/docs/YamlIO.html#introduction-to-yaml>`_ object …
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp156 SmallVector<Instruction *, 1> Sinks = {&*std::next(BB.begin())}; in TEST() local
161 IB.connectToSink(BB, Sinks, Source); in TEST()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp441 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim() argument
457 for (const auto Sink : Sinks) in trim()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dtaint-generic-config.yaml73 Sinks:
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp348 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
349 CE.findInputsOutputs(Inputs, Outputs, Sinks); in extractColdRegion()
H A DPartialInlining.cpp1156 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
1167 CE.findInputsOutputs(Inputs, Outputs, Sinks); in doMultiRegionFunctionOutlining()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp286 std::vector<Sink> Sinks; member
378 IO.mapOptional("Sinks", Config.Sinks); in mapping()
506 for (auto &S : Config.Sinks) in parseConfiguration()