Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp130 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local
137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
146 IDF.resetLiveInBlocks(); in RewriteAllUses()
147 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
148 IDF.calculate(IDFBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp749 ForwardIDFCalculator IDF(DT); in run() local
830 IDF.setLiveInBlocks(LiveInBlocks); in run()
831 IDF.setDefiningBlocks(DefBlocks); in run()
833 IDF.calculate(PHIBlocks); in run()
/freebsd/contrib/file/magic/Magdir/
H A Dfirmware71 # ESP-IDF partition table entry
75 >2 ubyte <2 ESP-IDF partition table entry
112 # ESP-IDF application image
118 >32 ulelong 0xABCD5432 ESP-IDF application image
132 >>144 string/32 x \b, IDF version: %s
H A Driff343 >8 string IDF\ LIST \b, MIDI Instrument Definition File
H A Dimages4165 # Summary: iCEDraw graphic *.IDF
4170 # verified by FFmpeg command `ffprobe ICE-9605.IDF` and `ansilove -s SQ-FORCE.IDF`
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1408 SetVector<MachineBasicBlock *> IDF(DF.begin(), DF.end()); in recordDefsForDF() local
1409 for (unsigned i = 0; i < IDF.size(); ++i) { in recordDefsForDF()
1410 auto F = MDF.find(IDF[i]); in recordDefsForDF()
1412 IDF.insert(F->second.begin(), F->second.end()); in recordDefsForDF()
1417 for (auto *DB : IDF) { in recordDefsForDF()
H A DRDFLiveness.cpp759 decltype(IIDF) IDF; in computeLiveIns() local
772 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()
775 for (auto I : IDF) in computeLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2790 IDFCalculatorBase<MachineBasicBlock, false> IDF(DomTree->getBase()); in BlockPHIPlacement() local
2792 IDF.setLiveInBlocks(AllBlocks); in BlockPHIPlacement()
2793 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
2794 IDF.calculate(PHIBlocks); in BlockPHIPlacement()