HomeSort by: relevance | last modified time | path
    Searched defs:annotateInstWithNoAlias (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 82 /// annotateInstWithNoAlias on the instructions of the versioned loop.
86 /// be called before the first call to annotateInstWithNoAlias.
94 void annotateInstWithNoAlias(Instruction *VersionedInst,
107 void annotateInstWithNoAlias(Instruction *I) {
108 annotateInstWithNoAlias(I, I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 225 annotateInstWithNoAlias(I);
229 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst,

Completed in 67 milliseconds