Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp348 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach() local
351 if (CSMBB != MBB) { in PhysRegDefsReach()
352 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB) in PhysRegDefsReach()
366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach()