Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp185 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
256 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
302 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
311 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
318 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
327 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
H A DLint.cpp188 visitMemoryReference(I, MemoryLocation::getAfter(Callee), std::nullopt, in visitCallBase()
598 visitMemoryReference(I, MemoryLocation::getAfter(I.getAddress()), in visitIndirectBrInst()
H A DMemoryDependenceAnalysis.cpp144 Loc = MemoryLocation::getAfter(FreedOp); in GetLocation()
485 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp355 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in areMemoryOpsAliased()
356 MemoryLocation::getAfter(MMO2->getValue(), MMO2->getAAInfo()))) in areMemoryOpsAliased()
H A DMachinePipeliner.cpp856 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in addLoopCarriedDependences()
857 MemoryLocation::getAfter(MMO2->getValue(), in addLoopCarriedDependences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h282 static MemoryLocation getAfter(const Value *Ptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2339 BasicBlock *After = CL->getAfter(); in createCanonicalLoop()
2624 BasicBlock *DispatchAfter = DispatchCLI->getAfter(); in applyStaticChunkedWorkshareLoop()
2628 redirectTo(DispatchAfter, CLI->getAfter(), DL); in applyStaticChunkedWorkshareLoop()
3187 BasicBlock *OrigAfter = Outermost->getAfter(); in collapseLoops()
3277 ContinueWith(Loops[i]->getAfter(), Loops[i - 1]->getLatch()); in collapseLoops()
3284 redirectTo(Result->getAfter(), Outermost->getAfter(), DL); in collapseLoops()
3391 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops()
3402 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops()
7051 BBs.append({getPreheader(), Header, Cond, Latch, Exit, getAfter()}); in collectControlBlocks()
7116 BasicBlock *After = getAfter(); in assertOK()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2825 BasicBlock *getAfter() const { in getAfter() function
2872 BasicBlock *After = getAfter(); in getAfterIP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1222 return {std::make_pair(MemoryLocation::getAfter(FreedOp), true)}; in getLocForTerminator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4759 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
7878 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad()
8007 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()