Searched refs:IndirectStoresToEmit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6168 // IndirectStoresToEmit - The set of stores to emit after the inline asm node.
6169 std::vector<std::pair<RegsForValue, Value*> > IndirectStoresToEmit; local
6204 IndirectStoresToEmit.push_back(std::make_pair(OpInfo.AssignedRegs,
6411 if (!IA->hasSideEffects() && !hasMemory && IndirectStoresToEmit.empty())
6419 for (unsigned i = 0, e = IndirectStoresToEmit.size(); i != e; ++i) {
6420 RegsForValue &OutRegs = IndirectStoresToEmit[i].first;
6421 const Value *Ptr = IndirectStoresToEmit[i].second;

Completed in 150 milliseconds