Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPHIElimination.cpp283 SmallPtrSet<MachineBasicBlock*, 8> MBBsInsertedInto; in LowerAtomicPHINode() local
306 if (!MBBsInsertedInto.insert(&opBlock)) in LowerAtomicPHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp372 SmallPtrSet<MachineBasicBlock*, 8> MBBsInsertedInto; in LowerPHINode() local
388 if (!MBBsInsertedInto.insert(&opBlock).second) in LowerPHINode()
/external/llvm/lib/CodeGen/
DPHIElimination.cpp358 SmallPtrSet<MachineBasicBlock*, 8> MBBsInsertedInto; in LowerPHINode() local
374 if (!MBBsInsertedInto.insert(&opBlock).second) in LowerPHINode()