Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp414 SmallVector<NoAliasScopeDeclInst *, 6> NoAliasDeclInstructions; in rotateLoop() local
417 NoAliasDeclInstructions.push_back(Decl); in rotateLoop()
480 if (!NoAliasDeclInstructions.empty()) { in rotateLoop()
504 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) { in rotateLoop()
517 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) in rotateLoop()
532 cast<Instruction>(ValueMap[*NoAliasDeclInstructions.begin()]); in rotateLoop()