Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h95 void annotateInstWithNoAlias(Instruction *VersionedInst,
108 void annotateInstWithNoAlias(Instruction *I) { in annotateInstWithNoAlias() function
109 annotateInstWithNoAlias(I, I); in annotateInstWithNoAlias()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp225 annotateInstWithNoAlias(I); in annotateLoopWithNoAlias()
229 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, in annotateInstWithNoAlias() function in LoopVersioning
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp366 LVer->annotateInstWithNoAlias(To, Orig); in addNewMetadata()