Home
last modified time | relevance | path

Searched defs:Sinks (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp109 SetVector<Instruction *> &Sinks; member in __anonab9dbb3d0111::IRPromoter
798 SetVector<Instruction *> Sinks; in TryToPromote() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp440 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp398 SetVector<Value *> Inputs, Outputs, Sinks; in isSplittingBeneficial() local
H A DPartialInlining.cpp1108 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp339 std::vector<Sink> Sinks; member