Lines Matching defs:DebugLoc
300 static void redirectTo(BasicBlock *Source, BasicBlock *Target, DebugLoc DL) {
329 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
340 Builder.SetCurrentDebugLocation(DebugLoc);
356 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
364 Builder.SetCurrentDebugLocation(DebugLoc);
370 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
378 Builder.SetCurrentDebugLocation(DebugLoc);
977 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(DebugLoc DL,
3959 DebugLoc DL, Value *TripCount, Function *F, BasicBlock *PreInsertBefore,
3981 // Use specified DebugLoc for new instructions.
4143 OpenMPIRBuilder::applyStaticWorkshareLoop(DebugLoc DL, CanonicalLoopInfo *CLI,
4235 OpenMPIRBuilder::applyStaticChunkedWorkshareLoop(DebugLoc DL,
4528 OpenMPIRBuilder::applyWorkshareLoopTarget(DebugLoc DL, CanonicalLoopInfo *CLI,
4622 DebugLoc DL, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP,
4723 OpenMPIRBuilder::applyDynamicWorkshareLoop(DebugLoc DL, CanonicalLoopInfo *CLI,
4857 BasicBlock *NewTarget, DebugLoc DL) {
4887 OpenMPIRBuilder::collapseLoops(DebugLoc DL, ArrayRef<CanonicalLoopInfo *> Loops,
5015 OpenMPIRBuilder::tileLoops(DebugLoc DL, ArrayRef<CanonicalLoopInfo *> Loops,
5254 void OpenMPIRBuilder::unrollLoopFull(DebugLoc, CanonicalLoopInfo *Loop) {
5261 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) {
5612 void OpenMPIRBuilder::unrollLoopPartial(DebugLoc DL, CanonicalLoopInfo *Loop,
6864 DebugLoc DL = Builder.getCurrentDebugLocation();