Home
last modified time | relevance | path

Searched refs:globalFunctionCalls (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp210 globalFunctionCalls.insert(function); in visitAggregate()
234 …for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCa… in analyzeCallDepth()
DAnalyzeCallDepth.h60 FunctionSet globalFunctionCalls; variable