HomeSort by: relevance | last modified time | path
    Searched defs:Sinks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 74 std::vector<NameScopeArgs> Sinks;
321 IO.mapOptional("Sinks", Config.Sinks);
399 for (auto &S : Config.Sinks) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp 100 // - they have "sinks": instructions consuming these narrow values.
102 // We collect all instruction connecting sources and sinks in a worklist, so
113 SetVector<Instruction*> &Sinks;
132 SetVector<Instruction*> &sinks,
135 Sources(sources), Sinks(sinks), SafeWrap(wrap) {
256 // Sinks are:
530 if (Sinks.count(I))
554 LLVM_DEBUG(dbgs() << "IR Promotion: Fixing up the sinks:\n");
576 for (auto I : Sinks) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 359 SetVector<Value *> Inputs, Outputs, Sinks;
360 CE.findInputsOutputs(Inputs, Outputs, Sinks);
PartialInlining.cpp 1159 SetVector<Value *> Inputs, Outputs, Sinks;
1170 CE.findInputsOutputs(Inputs, Outputs, Sinks);

Completed in 25 milliseconds