Lines Matching refs:Atom
161 MCTextAtom *Atom; member
167 BBInfo() : Atom(0), BB(0) {} in BBInfo()
213 BBInfos[TA->getBeginAddr()].Atom = TA; in buildCFG()
239 BBInfos[NewAtom->getBeginAddr()].Atom = NewAtom; in buildCFG()
268 if (!BBI.Atom) continue; in buildCFG()
270 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName()); in buildCFG()
277 if (!BBI->Atom) in buildCFG()
279 BBI->BB = &MCFN.createBlock(*BBI->Atom); in buildCFG()
336 MCTextAtom *&TA = BBI->Atom; in getBBAt()
351 if (It != BBInfos.end() && It->second.Atom) { in getBBAt()
358 BBI->Atom = TA; in getBBAt()
396 BBI->Atom = TA; in getBBAt()
439 assert(BBI->Atom && "Found a basic block without an associated atom!"); in getBBAt()
448 BBI->BB = &MCFN->createBlock(*BBI->Atom); in getBBAt()