Searched refs:IDF (Results 1 – 5 of 5) sorted by relevance
137 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local144 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()153 IDF.resetLiveInBlocks(); in RewriteAllUses()154 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()155 IDF.calculate(IDFBlocks); in RewriteAllUses()
557 ForwardIDFCalculator IDF(DT); in run() local635 IDF.setLiveInBlocks(LiveInBlocks); in run()636 IDF.setDefiningBlocks(DefBlocks); in run()638 IDF.calculate(PHIBlocks); in run()
1425 SetVector<MachineBasicBlock*> IDF(DF.begin(), DF.end()); in recordDefsForDF() local1426 for (unsigned i = 0; i < IDF.size(); ++i) { in recordDefsForDF()1427 auto F = MDF.find(IDF[i]); in recordDefsForDF()1429 IDF.insert(F->second.begin(), F->second.end()); in recordDefsForDF()1434 for (auto DB : IDF) { in recordDefsForDF()
700 decltype(IIDF) IDF; in computeLiveIns() local713 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()716 for (auto I : IDF) in computeLiveIns()
1379 they are needed. No pruning of the IDF is done. This is used