Searched refs:HeadDL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 617 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in replacePHIInstrs() local 626 BuildMI(*Head, FirstTerm, HeadDL, TII->get(TargetOpcode::COPY), DstReg) in replacePHIInstrs() 629 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, in replacePHIInstrs() 644 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in rewritePHIOperands() local 658 TII->insertSelect(*Head, FirstTerm, HeadDL, in rewritePHIOperands() 721 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc(); in convertIf() local 749 TII->insertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|