Searched refs:InsertLoc (Results 1 – 2 of 2) sorted by relevance
321 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local322 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()323 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()327 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
118 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument131 BasicBlock *InsertLocBB = InsertLoc->getParent(); in moveHeaderPhiOperandsToForeBlocks()134 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()