Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1018 User *CurUser = I->getUser(); in skipToNextUser() local
1021 while (I != End && I->getUser() == CurUser) in skipToNextUser()
1108 User *CurUser = U.getUser(); in rewriteWithNewAddressSpaces() local
1110 if (CurUser == NewV) in rewriteWithNewAddressSpaces()
1113 if (auto *MI = dyn_cast<MemIntrinsic>(CurUser)) { in rewriteWithNewAddressSpaces()
1118 if (auto *II = dyn_cast<IntrinsicInst>(CurUser)) { in rewriteWithNewAddressSpaces()
1123 if (isa<Instruction>(CurUser)) { in rewriteWithNewAddressSpaces()
1124 if (ICmpInst *Cmp = dyn_cast<ICmpInst>(CurUser)) { in rewriteWithNewAddressSpaces()
1155 if (AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(CurUser)) { in rewriteWithNewAddressSpaces()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp90 static bool findRefEdges(ModuleSummaryIndex &Index, const User *CurUser, in findRefEdges() argument
95 if (Visited.insert(CurUser).second) in findRefEdges()
96 Worklist.push_back(CurUser); in findRefEdges()