Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp573 SmallVector<NoAliasScopeDeclInst *, 6> NoAliasDeclInstructions; in rotateLoop() local
576 NoAliasDeclInstructions.push_back(Decl); in rotateLoop()
688 if (!NoAliasDeclInstructions.empty()) { in rotateLoop()
713 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) { in rotateLoop()
726 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) in rotateLoop()
741 cast<Instruction>(ValueMap[*NoAliasDeclInstructions.begin()]); in rotateLoop()