Searched refs:SunkCopies (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp591 SmallDenseMap<BasicBlock *, Instruction *, 32> SunkCopies; local
605 auto It = SunkCopies.find(ExitBlock);
606 if (It != SunkCopies.end())
609 New = SunkCopies[ExitBlock] =

Completed in 147 milliseconds