Lines Matching defs:DLoc
84 emitInlinedInto(ORE, DLoc, Block, *Callee, *Caller, IsInliningRecommended,
94 "NotInlined", DLoc, Block)
114 "NotInlined", DLoc, Block)
123 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
130 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
180 DLoc(CB.getDebugLoc()), Block(CB.getParent()), ORE(ORE),
437 std::string llvm::formatCallSiteLocation(DebugLoc DLoc,
442 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) {
465 void llvm::addLocationToRemarks(OptimizationRemark &Remark, DebugLoc DLoc) {
466 if (!DLoc) {
472 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) {
492 OptimizationRemarkEmitter &ORE, DebugLoc DLoc, const BasicBlock *Block,
499 DLoc, Block);
504 addLocationToRemarks(Remark, DLoc);
510 OptimizationRemarkEmitter &ORE, DebugLoc DLoc, const BasicBlock *Block,
514 ORE, DLoc, Block, Callee, Caller, IC.isAlways(),