Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp151 auto FindLoopIterations = [](BasicBlock *BB) -> IntrinsicInst* { in runOnLoop() local
166 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop()
172 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop()