Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DLoadsTest.cpp93 auto InstIter = F->front().begin(); TEST() local
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp1566 for (auto InstIter = BB->begin(); InstIter != BB->end(); ++InstIter) { in insertUpdatedCFI() local