Searched refs:GlobalDef (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1754 MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start); local
1755 if (!GlobalDef)
1758 SUnit *GlobalSU = DAG->getSUnit(GlobalDef);
1762 // GlobalDef is the bottom of the GlobalLI hole. Open the hole by
1763 // constraining the uses of the last local def to precede GlobalDef.

Completed in 109 milliseconds