Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp413 SmallVector<NoAliasScopeDeclInst *, 6> NoAliasDeclInstructions; in rotateLoop() local
416 NoAliasDeclInstructions.push_back(Decl); in rotateLoop()
479 if (!NoAliasDeclInstructions.empty()) { in rotateLoop()
503 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) { in rotateLoop()
516 for (NoAliasScopeDeclInst *NAD : NoAliasDeclInstructions) in rotateLoop()
531 cast<Instruction>(ValueMap[*NoAliasDeclInstructions.begin()]); in rotateLoop()