Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp425 SmallPtrSet<MachineBasicBlock*, 8> MBBsInsertedInto; in LowerPHINode() local
441 if (!MBBsInsertedInto.insert(&opBlock).second) in LowerPHINode()