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 492 TII->insertSelect(*Head, FirstTerm, HeadDL, in rewritePHIOperands() 549 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc(); in convertIf() local 577 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|