Searched refs:DLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp195 PathDiagnosticLocation DLoc = local
209 os.str(), DLoc);
H A DCheckObjCDealloc.cpp241 PathDiagnosticLocation DLoc = local
245 OS.str(), DLoc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp221 auto DLoc = isa<Instruction>(SwiftErrorVal) local
232 BuildMI(*MBB, MBB->getFirstNonPHI(), DLoc, TII->get(TargetOpcode::COPY),
245 BuildMI(*MBB, MBB->getFirstNonPHI(), DLoc,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp507 static void emit_inlined_into(OptimizationRemarkEmitter &ORE, DebugLoc &DLoc, argument
513 return OptimizationRemark(DEBUG_TYPE, RemarkName, DLoc, Block)
681 DebugLoc DLoc = CS->getDebugLoc(); local
693 return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc,
702 emit_inlined_into(ORE, DLoc, Block, *Callee, *Caller, *OIC);
1073 DebugLoc DLoc = CS->getDebugLoc();
1082 return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc, Block)
1093 emit_inlined_into(ORE, DLoc, Block, Callee, F, *OIC);
H A DSampleProfile.cpp695 const DebugLoc &DLoc = Inst.getDebugLoc(); local
696 if (!DLoc)
718 const DILocation *DIL = DLoc;
739 LLVM_DEBUG(dbgs() << " " << DLoc.getLine() << "."
893 DebugLoc DLoc = I->getDebugLoc(); local
907 ORE->emit(OptimizationRemarkAnalysis(CSINLINE_DEBUG, "InlineFail", DLoc, BB)
914 ORE->emit(OptimizationRemark(CSINLINE_DEBUG, "InlineSuccess", DLoc, BB)
1530 const DebugLoc &DLoc = I.getDebugLoc(); local
1531 if (!DLoc)
1533 const DILocation *DIL = DLoc;
[all...]
H A DPartialInlining.cpp324 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); local
326 return std::make_tuple(DLoc, Block);
1363 DebugLoc DLoc; local
1365 std::tie(DLoc, Block) = getOneDebugLoc(Cloner.ClonedFunc);
1368 DLoc, Block)
H A DWholeProgramDevirt.cpp323 DebugLoc DLoc = CS->getDebugLoc(); local
327 OREGetter(F).emit(OptimizationRemark(DEBUG_TYPE, OptName, DLoc, Block)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2147 DebugLoc DLoc = SI->getDebugLoc(); local
2289 NewCall->setDebugLoc(DLoc);

Completed in 143 milliseconds