Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp137 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local
144 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
153 IDF.resetLiveInBlocks(); in RewriteAllUses()
154 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
155 IDF.calculate(IDFBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp557 ForwardIDFCalculator IDF(DT); in run() local
635 IDF.setLiveInBlocks(LiveInBlocks); in run()
636 IDF.setDefiningBlocks(DefBlocks); in run()
638 IDF.calculate(PHIBlocks); in run()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1425 SetVector<MachineBasicBlock*> IDF(DF.begin(), DF.end()); in recordDefsForDF() local
1426 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()
H A DRDFLiveness.cpp700 decltype(IIDF) IDF; in computeLiveIns() local
713 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()
716 for (auto I : IDF) in computeLiveIns()
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi1379 they are needed. No pruning of the IDF is done. This is used