Home
last modified time | relevance | path

Searched refs:AEId (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h574 for (auto AEId : adjEdgeIds(N1Id)) { in findEdge() local
575 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() local
637 disconnectEdge(AEId, getEdgeOtherNodeId(AEId, NId)); in disconnectAllNeighborsFromNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3347 llvm::FoldingSetNodeID AEId; in getAllocatorKind() local
3349 AE->IgnoreImpCasts()->Profile(AEId, S.getASTContext(), /*Canonical=*/true); in getAllocatorKind()
3356 if (AEId == DAEId) { in getAllocatorKind()
3379 llvm::FoldingSetNodeID AEId, PAEId; in checkPreviousOMPAllocateAttribute() local
3380 AE->Profile(AEId, S.Context, /*Canonical=*/true); in checkPreviousOMPAllocateAttribute()
3382 AllocatorsMatch = AEId == PAEId; in checkPreviousOMPAllocateAttribute()