Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp315 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach() local
318 if (CSMBB != MBB) { in PhysRegDefsReach()
319 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB) in PhysRegDefsReach()
332 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach()