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