Lines Matching defs:InstInfo
99 /// holds the value &InstInfo[Terminator]
134 DenseMap<Instruction *, InstInfoType> InstInfo;
135 bool isLive(Instruction *I) { return InstInfo[I].Live; }
229 // instructions to size the InstInfo hash table.
239 InstInfo.reserve(NumInsts);
242 InstInfo[&I].Block = &BBInfo.second;
244 // Since BlockInfoVec holds pointers into InstInfo and vice-versa, we may not
247 BBInfo.second.TerminatorLiveInfo = &InstInfo[BBInfo.second.Terminator];
384 auto &Info = InstInfo[I];
617 InstInfo[Info.Terminator].Live = true;
702 InstInfo[PredTerm].Live = true;
709 InstInfo[NewTerm].Live = true;
713 InstInfo.erase(PredTerm);