Home
last modified time | relevance | path

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

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