Searched defs:ForwardRefs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp101 ForwardRefMap ForwardRefs; member in class:__anon21390::CppWriter
1056 ForwardRefMap::const_iterator I = ForwardRefs.find(V);
1057 if (I != ForwardRefs.end())
1069 ForwardRefs[V] = result;
1751 // Clear the DefinedValues and ForwardRefs maps because we can't have
1753 ForwardRefs.clear();
1803 // Loop over the ForwardRefs and resolve them now that all instructions
1805 if (!ForwardRefs.empty()) {
1810 while (!ForwardRefs.empty()) {
1811 ForwardRefMap::iterator I = ForwardRefs
[all...]

Completed in 102 milliseconds