Searched refs:CurrentLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1180 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent() 1192 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent() 1239 Optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local 1320 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef() 1321 if (!CurrentLoc || !isRemovable(CurrentI)) { in getDomMemoryDef() 1329 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) { in getDomMemoryDef() 1339 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) { in getDomMemoryDef() 1346 auto OR = isOverwrite(KillingI, CurrentI, KillingLoc, *CurrentLoc, in getDomMemoryDef() 1389 MemoryLocation MaybeDeadLoc = *CurrentLoc; in getDomMemoryDef()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7067 SourceLocation CurrentLoc, CXXConversionDecl *Conv); 7076 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,
|