Home
last modified time | relevance | path

Searched refs:IRef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DBasicBlock.cpp63 for (llvm::Instruction &IRef : reverse(*LLVMBB)) { in buildBasicBlockFromLLVMIR()
64 llvm::Instruction *I = &IRef; in buildBasicBlockFromLLVMIR()
128 for (llvm::Instruction &IRef : *BB) { in dumpOS()
129 Value *SBV = Ctx.getValue(&IRef); in dumpOS()
131 OS << IRef << " *** No SandboxIR ***\n"; in dumpOS()
135 OS << IRef << " *** Not a SBInstruction!!! ***\n"; in dumpOS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp161 for (const Expr *IRef : C->varlist()) { in emitPreInitStmt() local
163 cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl()); in emitPreInitStmt()
885 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
888 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPFirstprivateClause()
897 ++IRef; in EmitOMPFirstprivateClause()
907 ++IRef; in EmitOMPFirstprivateClause()
919 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
926 ++IRef; in EmitOMPFirstprivateClause()
982 EmitLoadOfScalar(MakeAddrLValue(VDAddr, (*IRef)->getType(), in EmitOMPFirstprivateClause()
984 (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
[all …]