Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp264 Instruction *InsertAt);
385 const SCEV *RHS, Instruction *InsertAt) { in expandCheck() argument
394 Value *LHSV = Expander.expandCodeFor(LHS, Ty, InsertAt); in expandCheck()
395 Value *RHSV = Expander.expandCodeFor(RHS, Ty, InsertAt); in expandCheck()
466 Instruction *InsertAt = Preheader->getTerminator(); in widenICmpRangeCheckIncrementingLoop() local
468 expandCheck(Expander, Builder, LimitCheckPred, LatchLimit, RHS, InsertAt); in widenICmpRangeCheckIncrementingLoop()
470 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckIncrementingLoop()
500 Instruction *InsertAt = Preheader->getTerminator(); in widenICmpRangeCheckDecrementingLoop() local
504 GuardStart, GuardLimit, InsertAt); in widenICmpRangeCheckDecrementingLoop()
506 SE->getOne(Ty), InsertAt); in widenICmpRangeCheckDecrementingLoop()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp487 MachineBasicBlock::iterator InsertAt = MBB->end(); in replaceStores() local
503 InsertAt = I; in replaceStores()
508 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group"); in replaceStores()
516 if (InsertAt != MBB->begin()) in replaceStores()
517 --InsertAt; in replaceStores()
525 ++InsertAt; in replaceStores()
527 InsertAt = MBB->begin(); in replaceStores()
530 MBB->insert(InsertAt, I); in replaceStores()
H A DHexagonCommonGEP.cpp1207 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize() local
1213 InsertAt = FirstUse; in materialize()
1217 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()