Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp408 SmallVector<NoAliasScopeDeclInst *, 6> NoAliasDeclInstructions; in rotateLoop() local
411 NoAliasDeclInstructions.push_back(Decl); in rotateLoop()
474 if (!NoAliasDeclInstructions.empty()) { in rotateLoop()
498 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) { in rotateLoop()
511 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) in rotateLoop()
526 cast<Instruction>(ValueMap[*NoAliasDeclInstructions.begin()]); in rotateLoop()