Searched refs:SetCurrentDebugLocation (Results 1 – 21 of 21) sorted by relevance
247 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()249 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()252 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
1212 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
462 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()481 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
1854 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()1915 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()1922 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()1930 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()1934 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
831 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()837 Builder.SetCurrentDebugLocation( in emitLocation()
98 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint()107 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint()111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function204 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
618 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase()1159 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad()1302 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()1423 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedGather()1556 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedScatter()1671 Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc()); in despeculateCountZeros()
88 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init()94 CGF->Builder.SetCurrentDebugLocation( in init()111 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation()118 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation()2793 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation()2812 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
904 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in ReplaceWithStatepoint()
1475 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl()1506 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in makeStatepointExplicitImpl()1990 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in splitVectorValues()
2269 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit()2926 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
1197 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
2941 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
2108 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle()2196 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()2218 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree()3799 Builder.SetCurrentDebugLocation(Loc); in tryToReduce()3809 Builder.SetCurrentDebugLocation( in tryToReduce()
599 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst()601 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
1802 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs()1816 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
342 Builder.SetCurrentDebugLocation(
2916 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect()3125 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
2817 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in run()
2208 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc)); in LLVMSetCurrentDebugLocation()