Home
last modified time | relevance | path

Searched refs:CurrentLoc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1262 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent()
1274 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent()
1323 std::optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local
1404 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef()
1405 if (!CurrentLoc || !isRemovable(CurrentI)) { in getDomMemoryDef()
1413 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) { in getDomMemoryDef()
1423 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) { in getDomMemoryDef()
1430 auto OR = isOverwrite(KillingI, CurrentI, KillingLoc, *CurrentLoc, in getDomMemoryDef()
1473 MemoryLocation MaybeDeadLoc = *CurrentLoc; in getDomMemoryDef()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7218 SourceLocation CurrentLoc, CXXConversionDecl *Conv);
7227 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,