Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp39 MachineInstr* DefUseMI = &*RI; in findPHICopyInsertPoint() local
40 if (DefUseMI->getParent() == MBB) in findPHICopyInsertPoint()
41 DefUsesInMBB.insert(DefUseMI); in findPHICopyInsertPoint()