Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp113 SetVector<Instruction*> &Sinks; member in __anon7086da680111::IRPromoter
825 SetVector<Instruction*> Sinks; in TryToPromote() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp442 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, in trim()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp359 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
H A DPartialInlining.cpp1159 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp74 std::vector<NameScopeArgs> Sinks; member