Searched refs:calleeIndex (Results 1 – 2 of 2) sorted by relevance
107 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local108 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()110 if ((*mMetadataList)[calleeIndex].mUsesGradient) in visitAggregate()275 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local276 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()278 if ((*mMetadataList)[calleeIndex].mHasGradientLoopInCallGraph) in visitAggregate()353 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local354 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()356 (*mMetadataList)[calleeIndex].mCalledInDiscontinuousLoop = true; in visitAggregate()
1354 for (int calleeIndex : record.callees) in checkCallDepth() local1356 depth = std::max(depth, depths[calleeIndex] + 1); in checkCallDepth()1379 for (const int &calleeIndex : mCallDag.getRecordFromIndex(currentFunction).callees) in checkCallDepth() local1381 if (depths[calleeIndex] == currentDepth - 1) in checkCallDepth()1384 nextFunction = calleeIndex; in checkCallDepth()1426 for (int calleeIndex : mCallDag.getRecordFromIndex(index).callees) in internalTagUsedFunction() local1428 internalTagUsedFunction(calleeIndex); in internalTagUsedFunction()