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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp104 ForwardRefMap ForwardRefs; member in class:__anon10714::CppWriter
1076 ForwardRefMap::const_iterator I = ForwardRefs.find(V);
1077 if (I != ForwardRefs.end())
1089 ForwardRefs[V] = result;
1797 // Clear the DefinedValues and ForwardRefs maps because we can't have
1799 ForwardRefs.clear();
1849 // Loop over the ForwardRefs and resolve them now that all instructions
1851 if (!ForwardRefs.empty()) {
1856 while (!ForwardRefs.empty()) {
1857 ForwardRefMap::iterator I = ForwardRefs
[all...]

Completed in 107 milliseconds