Searched refs:IDF (Results 1 – 9 of 9) sorted by relevance
130 ForwardIDFCalculator IDF(*DT); in RewriteAllUses() local137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()146 IDF.resetLiveInBlocks(); in RewriteAllUses()147 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()148 IDF.calculate(IDFBlocks); in RewriteAllUses()
749 ForwardIDFCalculator IDF(DT); in run() local830 IDF.setLiveInBlocks(LiveInBlocks); in run()831 IDF.setDefiningBlocks(DefBlocks); in run()833 IDF.calculate(PHIBlocks); in run()
71 # ESP-IDF partition table entry75 >2 ubyte <2 ESP-IDF partition table entry112 # ESP-IDF application image121 # display ESP-IDF application image (strength=40=40+0) before DOS executable with 16bit JuMP (stren…124 >32 ulelong 0xABCD5432 ESP-IDF application image141 >>144 string/32 x \b, IDF version: %s
387 >8 string IDF\ LIST \b, MIDI Instrument Definition File
1462 # display DOS executable (COM or COMBOOT 16-bit strength=40=40-0) after ESP-IDF application image (…1479 # or ESP-IDF application image like: WLED_0.14.0_ESP32-C3.bin opendtu-generic_esp32.bin1481 # skip ESP-IDF application image handled by ./firmware with ESP_APP_DESC_MAGIC_WORD
4393 # Summary: iCEDraw graphic *.IDF4398 # verified by FFmpeg command `ffprobe ICE-9605.IDF` and `ansilove -s SQ-FORCE.IDF`
1408 SetVector<MachineBasicBlock *> IDF(DF.begin(), DF.end()); in recordDefsForDF() local1409 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()
759 decltype(IIDF) IDF; in computeLiveIns() local772 IDF[&B].insert(IDFB.begin(), IDFB.end()); in computeLiveIns()775 for (auto I : IDF) in computeLiveIns()
2790 IDFCalculatorBase<MachineBasicBlock, false> IDF(DomTree->getBase()); in BlockPHIPlacement() local2792 IDF.setLiveInBlocks(AllBlocks); in BlockPHIPlacement()2793 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()2794 IDF.calculate(PHIBlocks); in BlockPHIPlacement()