Home
last modified time | relevance | path

Searched defs: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
/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
1584 for (auto InstIter = BB->begin(); InstIter != BB->end(); ++InstIter) { in insertUpdatedCFI() local