Lines Matching defs:LBI
521 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI,
556 StoreIndex = LBI.getInstructionIndex(OnlyStore);
558 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
581 LBI.deleteValue(LI);
617 LBI.deleteValue(Info.OnlyStore);
641 LargeBlockInfo &LBI, const DataLayout &DL,
656 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
669 unsigned LoadIdx = LBI.getInstructionIndex(LI);
700 LBI.deleteValue(LI);
722 LBI.deleteValue(SI);
751 LargeBlockInfo LBI;
782 if (rewriteSingleStoreAlloca(AI, Info, LBI, SQ.DL, DT, AC,
794 promoteSingleBlockAlloca(AI, Info, LBI, SQ.DL, DT, AC,
846 LBI.clear();