Home
last modified time | relevance | path

Searched refs:annotateInstWithNoAlias (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h100 void annotateInstWithNoAlias(Instruction *VersionedInst,
113 void annotateInstWithNoAlias(Instruction *I) { in annotateInstWithNoAlias() function
114 annotateInstWithNoAlias(I, I); in annotateInstWithNoAlias()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp224 annotateInstWithNoAlias(I); in annotateLoopWithNoAlias()
257 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, in annotateInstWithNoAlias() function in LoopVersioning