Home
last modified time | relevance | path

Searched refs:mCallDag (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.cpp663 mFunctionMetadata.resize(mCallDag.size()); in checkAndSimplifyAST()
1328 mCallDag.clear(); in initCallDag()
1330 switch (mCallDag.init(root, &mDiagnostics)) in initCallDag()
1347 std::vector<int> depths(mCallDag.size()); in checkCallDepth()
1349 for (size_t i = 0; i < mCallDag.size(); i++) in checkCallDepth()
1352 const CallDAG::Record &record = mCallDag.getRecordFromIndex(i); in checkCallDepth()
1376 << mCallDag.getRecordFromIndex(currentFunction).node->getFunction()->name(); in checkCallDepth()
1379 for (const int &calleeIndex : mCallDag.getRecordFromIndex(currentFunction).callees) in checkCallDepth()
1404 for (size_t i = mCallDag.size(); i-- > 0;) in tagUsedFunctions()
1406 if (mCallDag.getRecordFromIndex(i).node->getFunction()->isMain()) in tagUsedFunctions()
[all …]
DCompiler.h290 CallDAG mCallDag; variable
DOutputHLSL.h226 CallDAG mCallDag; variable
DOutputHLSL.cpp424 CallDAG::InitResult success = mCallDag.init(treeRoot, nullptr); in output()
426 mASTMetadataList = CreateASTMetadataHLSL(treeRoot, mCallDag); in output()
2172 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); in visitFunctionDefinition()
2328 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); in visitFunctionPrototype()
2384 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate()