Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp224 annotateInstWithNoAlias(I); in annotateLoopWithNoAlias()
228 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, in annotateInstWithNoAlias() function in LoopVersioning
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp242 LVer->annotateInstWithNoAlias(To, Orig); in addNewMetadata()