Searched refs:AEId (Results 1 – 2 of 2) sorted by relevance
574 for (auto AEId : adjEdgeIds(N1Id)) { in findEdge() local575 if ((getEdgeNode1Id(AEId) == N2Id) || in findEdge()576 (getEdgeNode2Id(AEId) == N2Id)) { in findEdge()577 return AEId; in findEdge()636 for (auto AEId : adjEdgeIds(NId)) in disconnectAllNeighborsFromNode() local637 disconnectEdge(AEId, getEdgeOtherNodeId(AEId, NId)); in disconnectAllNeighborsFromNode()
3347 llvm::FoldingSetNodeID AEId; in getAllocatorKind() local3349 AE->IgnoreImpCasts()->Profile(AEId, S.getASTContext(), /*Canonical=*/true); in getAllocatorKind()3356 if (AEId == DAEId) { in getAllocatorKind()3379 llvm::FoldingSetNodeID AEId, PAEId; in checkPreviousOMPAllocateAttribute() local3380 AE->Profile(AEId, S.Context, /*Canonical=*/true); in checkPreviousOMPAllocateAttribute()3382 AllocatorsMatch = AEId == PAEId; in checkPreviousOMPAllocateAttribute()