Searched refs:mCallDag (Results 1 – 4 of 4) sorted by relevance
663 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 …]
290 CallDAG mCallDag; variable
226 CallDAG mCallDag; variable
424 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()