Home
last modified time | relevance | path

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

/freebsd/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.cpp193 visitMemoryReference(I, MemoryLocation::getAfter(Callee), std::nullopt, in visitCallBase()
584 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/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.cpp915 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in addLoopCarriedDependences()
916 MemoryLocation::getAfter(MMO2->getValue(), in addLoopCarriedDependences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h288 static MemoryLocation getAfter(const Value *Ptr,
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3421 BasicBlock *getAfter() const { in getAfter() function
3468 BasicBlock *After = getAfter(); in getAfterIP()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3878 BasicBlock *After = CL->getAfter(); in createCanonicalLoop()
4164 BasicBlock *DispatchAfter = DispatchCLI->getAfter(); in applyStaticChunkedWorkshareLoop()
4168 redirectTo(DispatchAfter, CLI->getAfter(), DL); in applyStaticChunkedWorkshareLoop()
4719 BasicBlock *OrigAfter = Outermost->getAfter(); in collapseLoops()
4809 ContinueWith(Loops[i]->getAfter(), Loops[i - 1]->getLatch()); in collapseLoops()
4816 redirectTo(Result->getAfter(), Outermost->getAfter(), DL); in collapseLoops()
4923 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops()
4934 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops()
9001 BBs.append({getPreheader(), Header, Cond, Latch, Exit, getAfter()}); in collectControlBlocks()
9066 BasicBlock *After = getAfter(); in assertOK()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1222 return {std::make_pair(MemoryLocation::getAfter(FreedOp), true)}; in getLocForTerminator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4969 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
8291 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad()
8420 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()