Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp240 auto WLSIt = find_if(MRI->use_nodbg_instructions(LR), [](auto &MI) { in LowerWhileLoopStart() local
243 if (!MergeEndDec || WLSIt == MRI->use_instr_nodbg_end()) { in LowerWhileLoopStart()
251 BuildMI(*WLSIt->getParent(), *WLSIt, WLSIt->getDebugLoc(), in LowerWhileLoopStart()
254 .add(WLSIt->getOperand(1)); in LowerWhileLoopStart()
258 WLSIt->eraseFromParent(); in LowerWhileLoopStart()