Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1287 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent()
1299 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent()
1353 Optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local
1433 CurrentLoc = getLocForWriteEx(CurrentI); in getDomMemoryDef()
1434 if (!CurrentLoc) in getDomMemoryDef()
1450 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) in getDomMemoryDef()
1454 auto OR = isOverwrite(KillingI, CurrentI, DefLoc, *CurrentLoc, in getDomMemoryDef()
1538 if (isMemTerminator(*CurrentLoc, EarlierMemInst, UseInst)) { in getDomMemoryDef()
1558 if (isReadClobber(*CurrentLoc, UseInst)) { in getDomMemoryDef()
1567 !isGuaranteedLoopInvariant(CurrentLoc->Ptr)) { in getDomMemoryDef()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6778 SourceLocation CurrentLoc, CXXConversionDecl *Conv);
6787 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,