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.cpp313 if (DIVar->isParameter() && in beginFunction()
H A DDwarfDebug.h255 if (getVariable()->isParameter()) in getTag()
H A DCodeViewDebug.cpp2837 if (L.DIVar->isParameter()) in emitLocalVariableList()
2847 if (!L.DIVar->isParameter()) { in emitLocalVariableList()
2867 if (Var.DIVar->isParameter()) in emitLocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1426 if (Var->isParameter() && EntryValBackupID) { in transferDebugValue()
1487 if (!VL.Var.getVariable()->isParameter()) in emitEntryValues()
2139 if (!DIVar->isParameter()) in isEntryValueCandidate()
H A DInstrRefBasedImpl.cpp630 if (!Var.getVariable()->isParameter()) in isEntryValueVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp193 if (!MI.isDebugValue() || !MI.getDebugVariable()->isParameter()) in stashEntryDbgValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h176 LLVM_ABI void add(SDDbgValue *V, bool isParameter);
1969 LLVM_ABI void AddDbgValue(SDDbgValue *DB, bool isParameter);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1107 void SDDbgInfo::add(SDDbgValue *V, bool isParameter) { in add() argument
1108 assert(!(V->isVariadic() && isParameter)); in add()
1109 if (isParameter) in add()
12373 void SelectionDAG::AddDbgValue(SDDbgValue *DB, bool isParameter) { in AddDbgValue() argument
12380 DbgInfo->add(DB, isParameter); in AddDbgValue()
H A DSelectionDAGBuilder.cpp1189 bool IsParameter = Variable->isParameter() || isa<Argument>(Address); in handleDebugDeclare()
1650 isa<Argument>(V) && Var->isParameter() && !DbgLoc.getInlinedAt(); in handleDebugValue()
6130 bool VariableIsFunctionInputArg = Variable->isParameter() && in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4082 bool isParameter() const { return Arg; }