Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp148 for (auto *FrontierBB : IDFBlocks) { in RewriteAllUses() local
149 IRBuilder<> B(FrontierBB, FrontierBB->begin()); in RewriteAllUses()
151 BBInfos[FrontierBB].LiveInValue = PN; in RewriteAllUses()