Searched refs:DstVD (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 521 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 526 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 527 DstVD += ND;
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 521 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 526 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 527 DstVD += ND;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 558 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 563 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 564 DstVD += ND;
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8722 auto *DstVD = in ActOnOpenMPLastprivateClause() local 8725 auto *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPLastprivateClause() 9965 auto *DstVD = in ActOnOpenMPCopyinClause() local 9969 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause() 10077 auto *DstVD = in ActOnOpenMPCopyprivateClause() local 10081 buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPCopyprivateClause()
|