Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h97 void annotateInstWithNoAlias(Instruction *VersionedInst,
110 void annotateInstWithNoAlias(Instruction *I) { in annotateInstWithNoAlias() function
111 annotateInstWithNoAlias(I, I); in annotateInstWithNoAlias()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp216 annotateInstWithNoAlias(I); in annotateLoopWithNoAlias()
220 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, in annotateInstWithNoAlias() function in LoopVersioning
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp679 LVer->annotateInstWithNoAlias(To, Orig); in addNewMetadata()