HomeSort by: relevance | last modified time | path
    Searched defs:InsertAt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 484 MachineBasicBlock::iterator InsertAt = MBB->end();
500 InsertAt = I;
505 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group");
509 // InsertAt points at the first instruction that will be removed. We need
513 if (InsertAt != MBB->begin())
514 --InsertAt;
522 ++InsertAt;
524 InsertAt = MBB->begin();
527 MBB->insert(InsertAt, I);
HexagonCommonGEP.cpp 1196 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator();
1202 InsertAt = FirstUse;
1206 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);

Completed in 65 milliseconds