Searched refs:InstToMove (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2903 Instruction *InstToMove = L; ++L; local
2905 DEBUG(dbgs() << "BBV: moving: " << *InstToMove <<
2907 InstToMove->removeFromParent();
2908 InstToMove->insertAfter(InsertionPt);
2909 InsertionPt = InstToMove;

Completed in 36 milliseconds