Searched refs:currentFunction (Results 1 – 5 of 5) sorted by relevance
108 currentFunction(0) in AnalyzeCallDepth()173 currentFunction = findFunctionByName(node->getName()); in visitAggregate()175 if(!currentFunction) in visitAggregate()177 currentFunction = new FunctionNode(node); in visitAggregate()178 functions.push_back(currentFunction); in visitAggregate()183 currentFunction = 0; in visitAggregate()204 if(currentFunction) in visitAggregate()206 currentFunction->addCallee(function); in visitAggregate()
61 FunctionNode *currentFunction; variable
372 int currentFunction; variable
516 currentFunction = 0; in OutputASM()1298 currentFunction = function->label; in visitAggregate()1980 copy(functionArray[currentFunction].ret, value); in visitBranch()
225 spv::Function* currentFunction; member in __anon1edc1cdb0111::TGlslangToSpvTraverser1278 shaderEntry(nullptr), currentFunction(nullptr), in TGlslangToSpvTraverser()2087 currentFunction = shaderEntry; in visitAggregate()2817 if (builder.getTypeId(returnId) != currentFunction->getReturnType()) { in visitBranch()2819 …spv::Id copyId = builder.createVariable(spv::StorageClassFunction, currentFunction->getReturnType(… in visitBranch()3835 currentFunction = functionMap[node->getName().c_str()]; in handleFunctionEntry()3836 spv::Block* functionBlock = currentFunction->getEntryBlock(); in handleFunctionEntry()