Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp484 MachineBasicBlock::iterator InsertAt = MBB->end(); in replaceStores() local
500 InsertAt = I; in replaceStores()
505 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group"); in replaceStores()
513 if (InsertAt != MBB->begin()) in replaceStores()
514 --InsertAt; in replaceStores()
522 ++InsertAt; in replaceStores()
524 InsertAt = MBB->begin(); in replaceStores()
527 MBB->insert(InsertAt, I); in replaceStores()
H A DHexagonCommonGEP.cpp1196 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize() local
1202 InsertAt = FirstUse; in materialize()
1206 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h359 static void CreateNonTerminatorUnreachable(Instruction *InsertAt) { in CreateNonTerminatorUnreachable() argument
360 auto &Ctx = InsertAt->getContext(); in CreateNonTerminatorUnreachable()
362 UndefValue::get(Type::getInt1PtrTy(Ctx)), InsertAt); in CreateNonTerminatorUnreachable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h439 void CreateNonTerminatorUnreachable(Instruction *InsertAt) { in CreateNonTerminatorUnreachable() argument
440 auto &Ctx = InsertAt->getContext(); in CreateNonTerminatorUnreachable()
443 InsertAt); in CreateNonTerminatorUnreachable()