Searched refs:getDebugLoc (Results 101 - 125 of 165) sorted by relevance

1234567

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp470 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DJumpThreading.cpp971 NewVal->setDebugLoc(LI->getDebugLoc());
987 PN->setDebugLoc(LI->getDebugLoc());
1419 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
H A DGVN.cpp1177 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc());
1673 NewLoad->setDebugLoc(LI->getDebugLoc());
2546 PREInstr->setDebugLoc(CurInst->getDebugLoc());
2566 Phi->setDebugLoc(CurInst->getDebugLoc());
H A DLICM.cpp841 DebugLoc DL = LoopUses[0]->getDebugLoc();
H A DTailRecursionElimination.cpp615 NewBI->setDebugLoc(CI->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp167 DL = I->getDebugLoc();
H A DLoopSimplify.cpp403 Header->getFirstNonPHI()->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp81 getDebugLoc()->dump(OS);
218 const DWARFDebugLoc *DWARFContext::getDebugLoc() { function in class:DWARFContext
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp351 DebugLoc dl = MI.getDebugLoc();
568 DebugLoc dl = MI.getDebugLoc();
H A DARMConstantIslandPass.cpp1665 BuildMI(MI->getParent(), MI->getDebugLoc(), TII->get(ARM::tBX_RET))
1822 BuildMI(*MBB, CmpMI, Br.MI->getDebugLoc(), TII->get(NewOpc))
1940 MachineInstr *NewJTMI = BuildMI(MBB, MI->getDebugLoc(), TII->get(Opc))
H A DA15SDOptimizer.cpp537 DebugLoc DL = MI->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp302 New->setDebugLoc(Call->getDebugLoc());
968 New->setDebugLoc(Call->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1267 Builder.SetCurrentDebugLocation(VL0->getDebugLoc());
1355 Builder.SetCurrentDebugLocation(PH->getDebugLoc());
1378 Builder.SetCurrentDebugLocation(PH->getDebugLoc());
2329 DebugLoc Loc = cast<Instruction>(ReducedVals[i])->getDebugLoc();
2346 cast<Instruction>(ReducedVals[i])->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp721 DebugLoc DL = MBBI->getDebugLoc();
795 DL = MBBI->getDebugLoc();
1491 DebugLoc DL = I->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h242 /// getDebugLoc - Returns the debug location id of this MachineInstr.
244 DebugLoc getDebugLoc() const { return debugLoc; } function in class:llvm::MachineInstr
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp180 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc();
1345 Add->setDebugLoc(HP->getTerminator()->getDebugLoc());
1671 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc());
1685 Builder.SetCurrentDebugLocation(Phi->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h579 return CurInst ? CurInst->getDebugLoc() : DebugLoc();
H A DSelectionDAGDumper.cpp504 DebugLoc dl = getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp113 Tail->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstruction.cpp554 New->setDebugLoc(getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp517 BuildMI(MBB, llvm::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
H A DMipsLongBranch.cpp252 DebugLoc DL = I.Br->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp231 DebugLoc Loc(I.getDebugLoc());
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h94 SetCurrentDebugLocation(I->getDebugLoc());
446 SetCurrentDebugLocation(IP->getDebugLoc());
452 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2419 Builder->SetCurrentDebugLocation(I->getDebugLoc());
2434 if (!I->getDebugLoc().isUnknown())
2435 Result->setDebugLoc(I->getDebugLoc());

Completed in 370 milliseconds

1234567