Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1644 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()
1645 auto *BB = BBAndL.first; in buildClonedLoops()
1646 auto *OuterL = BBAndL.second; in buildClonedLoops()
1643 for (auto &BBAndL : ExitLoopMap) { buildClonedLoops() local