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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp102 ForwardRefMap ForwardRefs; member in class:__anon26007::CppWriter
1073 ForwardRefMap::const_iterator I = ForwardRefs.find(V);
1074 if (I != ForwardRefs.end())
1086 ForwardRefs[V] = result;
1794 // Clear the DefinedValues and ForwardRefs maps because we can't have
1796 ForwardRefs.clear();
1846 // Loop over the ForwardRefs and resolve them now that all instructions
1848 if (!ForwardRefs.empty()) {
1853 while (!ForwardRefs.empty()) {
1854 ForwardRefMap::iterator I = ForwardRefs
[all...]

Completed in 45 milliseconds