Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryLocation.cpp170 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
242 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
251 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
258 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
267 return MemoryLocation::getAfter(Arg, AATags); in getForArgument()
H A DLint.cpp193 visitMemoryReference(I, MemoryLocation::getAfter(Callee), None, nullptr, in visitCallBase()
591 visitMemoryReference(I, MemoryLocation::getAfter(I.getAddress()), None, in visitIndirectBrInst()
H A DMemoryDependenceAnalysis.cpp151 Loc = MemoryLocation::getAfter(CI->getArgOperand(0)); in GetLocation()
458 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp357 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in areMemoryOpsAliased()
358 MemoryLocation::getAfter(MMO2->getValue(), MMO2->getAAInfo()))) in areMemoryOpsAliased()
H A DMachinePipeliner.cpp817 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in addLoopCarriedDependences()
818 MemoryLocation::getAfter(MMO2->getValue(), in addLoopCarriedDependences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp221 return MemoryLocation::getAfter(II->getArgOperand(0)); in getLocForWrite()
233 return MemoryLocation::getAfter(CB->getArgOperand(0)); in getLocForWrite()
1086 return {MemoryLocation::getAfter(CB->getArgOperand(0))}; in getLocForWriteEx()
1093 return {MemoryLocation::getAfter(CB->getArgOperand(0))}; in getLocForWriteEx()
1188 return {std::make_pair(MemoryLocation::getAfter(CB->getArgOperand(0)), in getLocForTerminator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp956 BasicBlock *LoopAfterBB = LoopInfo->getAfter(); in createSections()
1140 BasicBlock *After = CL->getAfter(); in createCanonicalLoop()
1570 BasicBlock *OrigAfter = Outermost->getAfter(); in collapseLoops()
1652 ContinueWith(Loops[i]->getAfter(), Loops[i - 1]->getLatch()); in collapseLoops()
1659 redirectTo(Result->getAfter(), Outermost->getAfter(), DL); in collapseLoops()
1760 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops()
1771 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h267 static MemoryLocation getAfter(const Value *Ptr,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1155 BasicBlock *getAfter() const { return After; } in getAfter() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4494 ML = MemoryLocation::getAfter(PtrOperand); in visitMaskedLoad()