Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp109 SetVector<Instruction *> &Sinks; member in __anon559c11500111::IRPromoter
798 SetVector<Instruction *> Sinks; in TryToPromote() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp440 trim(ArrayRef<const NodeTy * > Sinks,InterExplodedGraphMap * ForwardMap,InterExplodedGraphMap * InverseMap) const trim() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp378 SetVector<Value *> Inputs, Outputs, Sinks; isSplittingBeneficial() local
H A DPartialInlining.cpp1108 SetVector<Value *> Inputs, Outputs, Sinks; doMultiRegionFunctionOutlining() local
/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp157 SmallVector<Instruction *, 1> Sinks = {&*std::next(BB.begin())}; in TEST() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp338 std::vector<Sink> Sinks; global() member