Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp227 TerminatorInst *LoopEntryBranch = OrigPreheader->getTerminator(); in rotateLoop() local
240 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
263 C->insertBefore(LoopEntryBranch); in rotateLoop()
280 LoopEntryBranch->eraseFromParent(); in rotateLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp301 TerminatorInst *LoopEntryBranch = OrigPreheader->getTerminator(); in rotateLoop() local
330 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
366 C->insertBefore(LoopEntryBranch); in rotateLoop()
386 LoopEntryBranch->eraseFromParent(); in rotateLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp285 TerminatorInst *LoopEntryBranch = OrigPreheader->getTerminator(); in rotateLoop() local
298 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
328 C->insertBefore(LoopEntryBranch); in rotateLoop()
344 LoopEntryBranch->eraseFromParent(); in rotateLoop()