HomeSort by: relevance | last modified time | path
    Searched refs:writebacks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 299 Writebacks.insert(Writebacks.end(), other.Writebacks.begin(),
300 other.Writebacks.end());
311 Writebacks.push_back(writeback);
314 bool hasWritebacks() const { return !Writebacks.empty(); }
319 writeback_const_range writebacks() const { function in class:clang::CodeGen::CGCallee::CallArgList
320 return writeback_const_range(Writebacks.begin(), Writebacks.end());
344 SmallVector<Writeback, 1> Writebacks;
    [all...]
CGCall.cpp 3801 for (const auto &I : args.writebacks())
5370 // Emit any call-associated writebacks immediately. Arguably this

Completed in 26 milliseconds