Searched refs:isParameter (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h83 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) { argument
84 if (isParameter) {
961 void AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4538 bool isParameter = local
4544 if (isParameter && !AI) {
4566 DAG.AddDbgValue(SDV, N.getNode(), isParameter);
H A DSelectionDAG.cpp5862 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { argument
5863 DbgInfo->add(DB, SD, isParameter);

Completed in 122 milliseconds