Home
last modified time | relevance | path

Searched defs:BBIt (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DBasicBlockTest.cpp285 auto BBIt = F->begin(); TEST() local
327 auto BBIt = F->begin(); TEST() local
367 auto BBIt = F->begin(); TEST() local
402 auto BBIt = F->begin(); TEST() local
447 auto BBIt = F->begin(); TEST() local
491 auto BBIt = F->begin(); TEST() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp158 BBIt = std::prev(BBIt); in TEST_F() local
264 BBIt = std::prev(BBIt); in TEST_F() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp246 for (Function::iterator BBIt = F.begin(); BBIt != F.end(); ) { iterativelySimplifyCFG() local
H A DDFAJumpThreading.cpp810 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { isLegalAndProfitableToTransform() local
961 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { createExitPath() local
H A DJumpThreading.cpp1248 BasicBlock::iterator BBIt(LoadI); simplifyPartiallyRedundantLoad() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp975 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI, DTU ? &*DTU : nullptr)) { in runImpl() local
H A DSelectOptimize.cpp780 BasicBlock::iterator BBIt = BB.begin(); collectSelectGroups() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1006 auto BBIt = std::next([&] { isSafeToMove() local
/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp708 for (Function::iterator BBIt = F.begin(); BBIt != F.end();) { in TestBlocks() local