Lines Matching defs:DebugLoc
272 static void redirectTo(BasicBlock *Source, BasicBlock *Target, DebugLoc DL) {
301 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
312 Builder.SetCurrentDebugLocation(DebugLoc);
328 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
336 Builder.SetCurrentDebugLocation(DebugLoc);
342 DebugLoc DebugLoc = Builder.getCurrentDebugLocation();
350 Builder.SetCurrentDebugLocation(DebugLoc);
906 Constant *OpenMPIRBuilder::getOrCreateSrcLocStr(DebugLoc DL,
3804 DebugLoc DL, Value *TripCount, Function *F, BasicBlock *PreInsertBefore,
3826 // Use specified DebugLoc for new instructions.
3987 OpenMPIRBuilder::applyStaticWorkshareLoop(DebugLoc DL, CanonicalLoopInfo *CLI,
4075 DebugLoc DL, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP,
4353 OpenMPIRBuilder::applyWorkshareLoopTarget(DebugLoc DL, CanonicalLoopInfo *CLI,
4447 DebugLoc DL, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP,
4548 DebugLoc DL, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP,
4677 BasicBlock *NewTarget, DebugLoc DL) {
4707 OpenMPIRBuilder::collapseLoops(DebugLoc DL, ArrayRef<CanonicalLoopInfo *> Loops,
4835 OpenMPIRBuilder::tileLoops(DebugLoc DL, ArrayRef<CanonicalLoopInfo *> Loops,
5074 void OpenMPIRBuilder::unrollLoopFull(DebugLoc, CanonicalLoopInfo *Loop) {
5081 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) {
5436 void OpenMPIRBuilder::unrollLoopPartial(DebugLoc DL, CanonicalLoopInfo *Loop,