Searched refs:GuardsInBlock (Results 1 – 1 of 1) sorted by relevance
343 DenseMap<BasicBlock *, SmallVector<Instruction *, 8>> GuardsInBlock; in run() local351 auto &CurrentList = GuardsInBlock[BB]; in run()358 Changed |= eliminateInstrViaWidening(II, DFI, GuardsInBlock); in run()380 &GuardsInBlock) { in eliminateInstrViaWidening() argument399 assert(GuardsInBlock.count(CurBB) && "Must have been populated by now!"); in eliminateInstrViaWidening()400 const auto &GuardsInCurBB = GuardsInBlock.find(CurBB)->second; in eliminateInstrViaWidening()