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

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp100 ForwardRefMap ForwardRefs; member in class:__anon18766::CppWriter
1002 ForwardRefMap::const_iterator I = ForwardRefs.find(V);
1003 if (I != ForwardRefs.end())
1015 ForwardRefs[V] = result;
1609 // Clear the DefinedValues and ForwardRefs maps because we can't have
1611 ForwardRefs.clear();
1659 // Loop over the ForwardRefs and resolve them now that all instructions
1661 if (!ForwardRefs.empty()) {
1666 while (!ForwardRefs.empty()) {
1667 ForwardRefMap::iterator I = ForwardRefs
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp554 SmallVector<unsigned, 4> ForwardRefs; local
559 ForwardRefs.push_back(I);
566 for (auto I : ForwardRefs)

Completed in 280 milliseconds