Searched refs:getFromId (Results 1 – 12 of 12) sorted by relevance
161 edge.copy(resolveAlias(aliases, edge.getFromId()), resolveAlias(aliases, edge.getToId())); in createEdges()162 if (!edge.getFromId().equals(edge.getToId())) { in createEdges()185 NodeId from = alias.getFromId(); in resolveAliases()
35 public NodeId getFromId() { in getFromId() method in Alias
36 public NodeId getFromId() { in getFromId() method in Edge
65 return "BindingEdge{fromId=" + getFromId() + " toId=" + getToId() + " type=" + type + "}"; in toString()
62 + getFromId() in toString()
299 GraphvizEdge gedge = new GraphvizEdge(edge.getFromId(), edge.getToId()); in newDependencyEdge()314 GraphvizEdge gedge = new GraphvizEdge(edge.getFromId(), edge.getToId()); in newBindingEdge()
366 ScopArrayInfo::getFromId(Left)->getBasePtrOriginSAI(); in buildCondition()368 ScopArrayInfo::getFromId(Right)->getBasePtrOriginSAI(); in buildCondition()
1640 const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(isl::manage(Id)); in createLaunchParameters()1928 const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(isl::manage(Id)); in createKernelFunctionDecl()2008 const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(isl::manage_copy(Id)); in createKernelFunctionDecl()2144 const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(isl::manage_copy(Id)); in prepareKernelArguments()2177 const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(isl::manage_copy(Id)); in finalizeKernelArguments()2222 Type *EleTy = ScopArrayInfo::getFromId(isl::manage(Id))->getElementType(); in createKernelVariables()
259 SAI = ScopArrayInfo::getFromId(isl::manage(BaseId)); in createAccessAddress()
427 auto *OutSAI = ScopArrayInfo::getFromId(isl::manage(OutId)); in importAccesses()
404 return getFromId(Id); in getFromAccessFunction()407 const ScopArrayInfo *ScopArrayInfo::getFromId(isl::id Id) { in getFromId() function in ScopArrayInfo905 auto *SAI = ScopArrayInfo::getFromId(ArrayInfoId); in MemoryAccess()
352 static const ScopArrayInfo *getFromId(isl::id Id);