Searched refs:CurArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Option.cpp | 236 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept() argument 240 ? std::make_unique<Arg>(*this, CurArg, Index) in accept() 241 : acceptInternal(Args, CurArg, Index)); in accept()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Option.h | 231 LLVM_ABI std::unique_ptr<Arg> accept(const ArgList &Args, StringRef CurArg, 236 std::unique_ptr<Arg> acceptInternal(const ArgList &Args, StringRef CurArg,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 2362 Value *CurArg = CB->getArgOperand(Idx); in getInitializesArgMemLoc() local 2363 if (!CurArg->getType()->isPointerTy()) in getInitializesArgMemLoc() 2377 !isFuncLocalAndNotCaptured(CurArg, CB, EA)) in getInitializesArgMemLoc() 2388 (isa<CallInst>(CB) && isInvisibleToCallerOnUnwind(CurArg)); in getInitializesArgMemLoc() 2393 MemoryLocation::getBeforeOrAfter(CurArg)); in getInitializesArgMemLoc() 2409 Arguments[CurArg] = {InitInfo}; in getInitializesArgMemLoc()
|