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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp100 ValueSet DefinedValues; member in class:__anon7579::CppWriter
1017 if (!isa<Instruction>(V) || DefinedValues.find(V) != DefinedValues.end())
1559 DefinedValues.insert(I);
1717 // Clear the DefinedValues and ForwardRefs maps because we can't have
1720 DefinedValues.clear();

Completed in 29 milliseconds