Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp273 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach() local
276 if (CSMBB != MBB) { in PhysRegDefsReach()
277 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB) in PhysRegDefsReach()
290 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp296 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach() local
299 if (CSMBB != MBB) { in PhysRegDefsReach()
300 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB) in PhysRegDefsReach()
313 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach()