Lines Matching defs:LBI
522 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI,
557 StoreIndex = LBI.getInstructionIndex(OnlyStore);
559 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
582 LBI.deleteValue(LI);
614 LBI.deleteValue(Info.OnlyStore);
638 LargeBlockInfo &LBI, const DataLayout &DL,
653 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
666 unsigned LoadIdx = LBI.getInstructionIndex(LI);
697 LBI.deleteValue(LI);
719 LBI.deleteValue(SI);
748 LargeBlockInfo LBI;
779 if (rewriteSingleStoreAlloca(AI, Info, LBI, SQ.DL, DT, AC,
791 promoteSingleBlockAlloca(AI, Info, LBI, SQ.DL, DT, AC,
847 LBI.clear();