Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp35 SmallPtrSet<MachineInstr*, 8> DefUsesInMBB; in findPHICopyInsertPoint() local
41 DefUsesInMBB.insert(DefUseMI); in findPHICopyInsertPoint()
45 if (DefUsesInMBB.empty()) { in findPHICopyInsertPoint()
48 } else if (DefUsesInMBB.size() == 1) { in findPHICopyInsertPoint()
50 InsertPoint = *DefUsesInMBB.begin(); in findPHICopyInsertPoint()
55 while (!DefUsesInMBB.count(&*--InsertPoint)) {} in findPHICopyInsertPoint()