Searched refs:annotateInstWithNoAlias (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h84 /// annotateInstWithNoAlias on the instructions of the versioned loop.
88 /// be called before the first call to annotateInstWithNoAlias.
96 void annotateInstWithNoAlias(Instruction *VersionedInst,
109 void annotateInstWithNoAlias(Instruction *I) { function in class:llvm::LoopVersioning
110 annotateInstWithNoAlias(I, I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp220 annotateInstWithNoAlias(I);
224 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, function in class:LoopVersioning
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp914 LVer->annotateInstWithNoAlias(To, Orig);

Completed in 135 milliseconds