Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2151 MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start); in constrainLocalCopy() local
2152 if (!GlobalDef) in constrainLocalCopy()
2155 SUnit *GlobalSU = DAG->getSUnit(GlobalDef); in constrainLocalCopy()