Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp236 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 DOption.h231 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 DDeadStoreElimination.cpp2362 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()