Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp925 for (const VNInfo *PHIVNI : Edit->getParent().valnos) { in extendPHIKillRanges() local
926 if (PHIVNI->isUnused() || !PHIVNI->isPHIDef()) in extendPHIKillRanges()
928 unsigned RegIdx = RegAssign.lookup(PHIVNI->def); in extendPHIKillRanges()
931 MachineBasicBlock *MBB = LIS.getMBBFromIndex(PHIVNI->def); in extendPHIKillRanges()