Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp585 SmallVector<NoAliasScopeDeclInst *, 6> NoAliasDeclInstructions; in rotateLoop() local
588 NoAliasDeclInstructions.push_back(Decl); in rotateLoop()
717 if (!NoAliasDeclInstructions.empty()) { in rotateLoop()
742 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) { in rotateLoop()
755 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) in rotateLoop()
770 cast<Instruction>(ValueMap[*NoAliasDeclInstructions.begin()]); in rotateLoop()