Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp865 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def); in hasPHIKill() local
867 if (PHIMBB->pred_size() > 100) in hasPHIKill()
869 for (const MachineBasicBlock *Pred : PHIMBB->predecessors()) in hasPHIKill()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3237 for (MachineBasicBlock *PHIMBB : PHIBlocks) { in buildVLocValueMap()
3238 unsigned BlockNo = PHIMBB->getNumber(); in buildVLocValueMap()
3239 DbgValue *LiveIn = LiveInIdx[PHIMBB]; in buildVLocValueMap()