Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7889 MachineBasicBlock &OpDefBB = *OpDef->getParent(); in fixupPHIOpBanks() local
7894 if (InsertPt != OpDefBB.end() && InsertPt->isPHI()) in fixupPHIOpBanks()
7895 InsertPt = OpDefBB.getFirstNonPHI(); in fixupPHIOpBanks()