Home
last modified time | relevance | path

Searched defs:AliasSet (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h37 class AliasSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DAliasSetTracker.h136 AliasSet() in AliasSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DAliasSetTracker.h136 AliasSet() in AliasSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DAliasSetTracker.h136 AliasSet() in AliasSet() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h35 class AliasSet; variable
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h24 class AliasSet; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h36 class AliasSet; variable
H A DAliasSetTracker.h273 AliasSet() in AliasSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DAliasSetTracker.h262 AliasSet() in AliasSet() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h262 AliasSet() in AliasSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScopDetectionDiagnostic.h29 class AliasSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/
DScopDetectionDiagnostic.h29 class AliasSet; variable
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool.h508 using AliasSet = std::set<QuicSessionAliasKey>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScopDetectionDiagnostic.h29 class AliasSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/
DScopDetectionDiagnostic.h29 class AliasSet; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp693 if (auto AliasSet = MemSet.getMemoryAliases(ToNode)) { in processWorkListItem() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2304 llvm::erase_if(Sets, [&](PointerIntPair<const AliasSet *, 1, bool> &Pair) { in collectPromotionCandidates()