Home
last modified time | relevance | path

Searched refs:getAfter (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp178 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
190 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
261 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
307 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
316 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
323 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
332 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
H A DLint.cpp192 visitMemoryReference(I, MemoryLocation::getAfter(Callee), std::nullopt, in visitCallBase()
617 visitMemoryReference(I, MemoryLocation::getAfter(I.getAddress()), in visitIndirectBrInst()
H A DMemoryDependenceAnalysis.cpp144 Loc = MemoryLocation::getAfter(FreedOp); in GetLocation()
448 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp354 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in areMemoryOpsAliased()
355 MemoryLocation::getAfter(MMO2->getValue(), MMO2->getAAInfo()))) in areMemoryOpsAliased()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h276 static MemoryLocation getAfter(const Value *Ptr,
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3713 BasicBlock *getAfter() const { in getAfter() function
3760 BasicBlock *After = getAfter(); in getAfterIP()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4099 BasicBlock *After = CL->getAfter(); in createCanonicalLoop()
4444 BasicBlock *DispatchAfter = DispatchCLI->getAfter(); in applyStaticChunkedWorkshareLoop()
4448 redirectTo(DispatchAfter, CLI->getAfter(), DL); in applyStaticChunkedWorkshareLoop()
5007 BasicBlock *OrigAfter = Outermost->getAfter(); in collapseLoops()
5097 ContinueWith(Loops[i]->getAfter(), Loops[i - 1]->getLatch()); in collapseLoops()
5104 redirectTo(Result->getAfter(), Outermost->getAfter(), DL); in collapseLoops()
5211 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops()
5222 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops()
10263 BBs.append({getPreheader(), Header, Cond, Latch, Exit, getAfter()}); in collectControlBlocks()
10328 BasicBlock *After = getAfter(); in assertOK()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1371 return {std::make_pair(MemoryLocation::getAfter(FreedOp), true)}; in getLocForTerminator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5043 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
8445 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad()
8574 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()