Searched refs:HeadDL (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 457 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in replacePHIInstrs() local 464 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in replacePHIInstrs() 477 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in rewritePHIOperands() local 485 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in rewritePHIOperands() 540 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc(); in convertIf() local 568 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|