Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTypePromotion.cpp109 SetVector<Instruction *> &Sinks; member in __anonf0e586360111::IRPromoter
798 SetVector<Instruction *> Sinks; in TryToPromote() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExplodedGraph.cpp440 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDHotColdSplitting.cpp398 SetVector<Value *> Inputs, Outputs, Sinks; in isSplittingBeneficial() local
HDPartialInlining.cpp1108 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGenericTaintChecker.cpp339 std::vector<Sink> Sinks; member