Home
last modified time | relevance | path

Searched refs:isParameter (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp580 if (DILocVar->isParameter()) { in filterInstsUnrelatedToPDI()
597 if (DILocVar->isParameter()) { in filterInstsUnrelatedToPDI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp309 if (DIVar->isParameter() && in beginFunction()
H A DDwarfDebug.h255 if (getVariable()->isParameter()) in classof()
H A DCodeViewDebug.cpp2823 if (L.DIVar->isParameter()) in emitLocalVariableList()
2833 if (!L.DIVar->isParameter()) { in emitLocalVariable()
2853 if (Var.DIVar->isParameter()) in emitLocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1414 if (Var->isParameter() && EntryValBackupID) { in transferDebugValue()
1475 if (!VL.Var.getVariable()->isParameter()) in emitEntryValues()
2132 if (!DIVar->isParameter()) in isEntryValueCandidate()
H A DInstrRefBasedImpl.cpp624 if (!Var.getVariable()->isParameter()) in isEntryValueVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp191 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h174 void add(SDDbgValue *V, bool isParameter);
1840 void AddDbgValue(SDDbgValue *DB, bool isParameter);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1073 void SDDbgInfo::add(SDDbgValue *V, bool isParameter) { in add() argument
1074 assert(!(V->isVariadic() && isParameter)); in add()
1075 if (isParameter) in add()
11794 void SelectionDAG::AddDbgValue(SDDbgValue *DB, bool isParameter) { in AddDbgValue() argument
11801 DbgInfo->add(DB, isParameter); in AddDbgValue()
H A DSelectionDAGBuilder.cpp1193 bool IsParameter = Variable->isParameter() || isa<Argument>(Address); in handleDebugDeclare()
1659 isa<Argument>(V) && Var->isParameter() && !DbgLoc.getInlinedAt(); in handleDebugValue()
6038 bool VariableIsFunctionInputArg = Variable->isParameter() && in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3485 bool isParameter() const { return Arg; }