Searched refs:setDebugLoc (Results 26 - 50 of 64) sorted by relevance

123

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h272 New->setDebugLoc(Old.getDebugLoc());
H A DInstCombineLoadStoreAlloca.cpp838 NewSI->setDebugLoc(OtherStore->getDebugLoc());
H A DInstCombineAddSub.cpp794 NewInstr->setDebugLoc(Instr->getDebugLoc());
H A DInstCombineCalls.cpp1456 NC->setDebugLoc(Caller->getDebugLoc());
H A DInstCombineMulDivRem.cpp1181 T->setDebugLoc(I.getDebugLoc());
H A DInstructionCombining.cpp2757 Result->setDebugLoc(I->getDebugLoc());
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp790 NewBI->setDebugLoc(CI->getDebugLoc());
H A DGVN.cpp1677 NewLoad->setDebugLoc(LI->getDebugLoc());
2564 PREInstr->setDebugLoc(CurInst->getDebugLoc());
2584 Phi->setDebugLoc(CurInst->getDebugLoc());
H A DMemCpyOptimizer.cpp476 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc());
H A DScalarizer.cpp329 New->setDebugLoc(Op->getDebugLoc());
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2786 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2813 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2828 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2915 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column,
3078 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
3084 DbgDecl->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp879 Crash->setDebugLoc(OrigIns->getDebugLoc());
1605 MyAlloca->setDebugLoc(EntryDebugLocation);
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp757 New->setDebugLoc(Call->getDebugLoc());
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp143 PreheaderBB->getTerminator()->setDebugLoc(
H A DSimplifyCFG.cpp939 NewSI->setDebugLoc(PTI->getDebugLoc());
2905 Call->setDebugLoc(II->getDebugLoc());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2062 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2097 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode())
2131 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2268 CLI.setDebugLoc(dl).setChain(InChain)
2382 CLI.setDebugLoc(dl).setChain(InChain)
3000 CLI.setDebugLoc(dl).setChain(Node->getOperand(0))
3099 CLI.setDebugLoc(dl).setChain(Node->getOperand(0))
H A DLegalizeTypes.cpp1056 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
H A DSelectionDAG.cpp4237 CLI.setDebugLoc(dl).setChain(Chain)
4293 CLI.setDebugLoc(dl).setChain(Chain)
4357 CLI.setDebugLoc(dl).setChain(Chain)
5448 N->setDebugLoc(DebugLoc());
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp194 BO->setDebugLoc(Loc);
1455 Add->setDebugLoc(HP->getTerminator()->getDebugLoc());
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp491 CLI.setDebugLoc(DL).setChain(Chain)
551 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/IR/
H A DDebugInfo.cpp1515 BI->setDebugLoc(DebugLoc());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h465 /// setDebugLoc - Set source location info. Try to avoid this, putting
467 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } function in class:llvm::SDNode
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2163 CallLoweringInfo &setDebugLoc(SDLoc dl) {
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2336 I->setDebugLoc(LastLoc);
2357 I->setDebugLoc(LastLoc);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h129 I->setDebugLoc(CurDbgLocation);

Completed in 434 milliseconds

123