Home
last modified time | relevance | path

Searched refs:IDFB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp759 SetVector<MachineBasicBlock *> IDFB(llvm::from_range, F1->second); in computeLiveIns() local
760 for (unsigned i = 0; i < IDFB.size(); ++i) { in computeLiveIns()
761 auto F2 = MDF.find(IDFB[i]); in computeLiveIns()
763 IDFB.insert_range(F2->second); in computeLiveIns()
766 IDFB.insert(&B); in computeLiveIns()
767 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()