Home
last modified time | relevance | path

Searched refs:InstIter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoadsTest.cpp90 auto InstIter = F->front().begin(); in TEST() local
91 Value *ConstDerefPtr = *cast<CallInst>(&*InstIter)->arg_begin(); in TEST()
96 ++InstIter; in TEST()
97 Value *ConstUnDerefPtr = *cast<CallInst>(&*InstIter)->arg_begin(); in TEST()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1545 for (auto InstIter = BB.rbegin(), EndIter = BB.rend(); InstIter != EndIter; in insertUpdatedCFI() local
1546 ++InstIter) { in insertUpdatedCFI()
1557 if (!BC.MIB->isStackAccess(*InstIter, IsLoad, IsStore, IsStoreFromReg, in insertUpdatedCFI()
1563 SavePoint = &*InstIter; in insertUpdatedCFI()
1584 for (auto InstIter = BB->begin(); InstIter != BB->end(); ++InstIter) { in insertUpdatedCFI() local
1585 const bool CurZone = DA.count(*InstIter, *SavePoint); in insertUpdatedCFI()
1587 auto InsertionIter = InstIter; in insertUpdatedCFI()
1591 InstIter = insertCFIsForPushOrPop(*BB, InsertionIter, CSR, true, 0, in insertUpdatedCFI()
1594 InstIter = insertCFIsForPushOrPop(*BB, InsertionIter, CSR, false, 0, in insertUpdatedCFI()
1596 --InstIter; in insertUpdatedCFI()