Home
last modified time | relevance | path

Searched defs:Dominates (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddominator_tree.cpp223 bool DominatorTree::Dominates(uint32_t a, uint32_t b) const { in Dominates() function in spvtools::opt::DominatorTree
232 bool DominatorTree::Dominates(const DominatorTreeNode* a, in Dominates() function in spvtools::opt::DominatorTree
242 bool DominatorTree::Dominates(const BasicBlock* A, const BasicBlock* B) const { in Dominates() function in spvtools::opt::DominatorTree
H A Ddominator_analysis.h37 inline bool Dominates(const BasicBlock* a, const BasicBlock* b) const { in Dominates() function
44 inline bool Dominates(uint32_t a, uint32_t b) const { in Dominates() function
H A Ddominator_analysis.cpp42 bool DominatorAnalysisBase::Dominates(Instruction* a, Instruction* b) const { in Dominates() function in spvtools::opt::DominatorAnalysisBase
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.cpp223 bool DominatorTree::Dominates(uint32_t a, uint32_t b) const { in Dominates() function in spvtools::opt::DominatorTree
232 bool DominatorTree::Dominates(const DominatorTreeNode* a, in Dominates() function in spvtools::opt::DominatorTree
242 bool DominatorTree::Dominates(const BasicBlock* A, const BasicBlock* B) const { in Dominates() function in spvtools::opt::DominatorTree
H A Ddominator_analysis.h37 inline bool Dominates(const BasicBlock* a, const BasicBlock* b) const { in Dominates() function
44 inline bool Dominates(uint32_t a, uint32_t b) const { in Dominates() function
H A Ddominator_analysis.cpp42 bool DominatorAnalysisBase::Dominates(Instruction* a, Instruction* b) const { in Dominates() function in spvtools::opt::DominatorAnalysisBase
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.cpp223 bool DominatorTree::Dominates(uint32_t a, uint32_t b) const { in Dominates() function in spvtools::opt::DominatorTree
232 bool DominatorTree::Dominates(const DominatorTreeNode* a, in Dominates() function in spvtools::opt::DominatorTree
242 bool DominatorTree::Dominates(const BasicBlock* A, const BasicBlock* B) const { in Dominates() function in spvtools::opt::DominatorTree
Ddominator_analysis.h37 inline bool Dominates(const BasicBlock* a, const BasicBlock* b) const { in Dominates() function
44 inline bool Dominates(uint32_t a, uint32_t b) const { in Dominates() function
Ddominator_analysis.cpp42 bool DominatorAnalysisBase::Dominates(Instruction* a, Instruction* b) const { in Dominates() function in spvtools::opt::DominatorAnalysisBase
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp84 bool DominatorTree::Node::Dominates(const Node* other) const { in Dominates() function in aapt::DominatorTree::Node
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcall_graph.cc173 bool CallGraph::Dominates(const HloComputation* a, in Dominates() function in xla::CallGraph
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp911 bool ConfigDescription::Dominates(const ConfigDescription& o) const { in Dominates() function in android::ConfigDescription
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp2814 const DominatesFn &Dominates) { in replaceDominatedUsesWith()
2847 auto Dominates = [&DT](const BasicBlockEdge &Root, const Use &U) { in replaceDominatedUsesWith() local
2856 auto Dominates = [&DT](const BasicBlock *BB, const Use &U) { in replaceDominatedUsesWith() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp2479 const DominatesFn &Dominates) { in replaceDominatedUsesWith()
2516 auto Dominates = [&DT](const BasicBlockEdge &Root, const Use &U) { in replaceDominatedUsesWith() local
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc1025 bool HBasicBlock::Dominates(const HBasicBlock* other) const { in Dominates() function in art::HBasicBlock
1373 bool HInstruction::Dominates(HInstruction* other_instruction) const { in Dominates() function in art::HInstruction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1581 bool Dominates(const BasicBlock &Other) { in Dominates() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1581 bool Dominates(const BasicBlock &Other) { in Dominates() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1581 bool Dominates(const BasicBlock &Other) { in Dominates() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1581 bool Dominates(const BasicBlock &Other) { in Dominates() function
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1590 bool Dominates(const BasicBlock &Other) { in Dominates() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3960 bool Dominates = DT.dominates(&FI, U); in freezeOtherUses() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1165 bool Dominates = FindInterferingWrites && DT && Exact && in forallInterferingAccesses() local