Searched defs:BII (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp364 auto BII = Blocks.find(&MBB); local
365 if (BII == Blocks.end())
368 const BlockInfo &BI = BII->second;
505 for (auto BII : Blocks)
506 processBlock(*BII.first, LiveMaskReg, BII.first == &*MF.begin());

Completed in 69 milliseconds