Home
last modified time | relevance | path

Searched defs:ForwardDominanceFrontierBase (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp20 template class ForwardDominanceFrontierBase<MachineBasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp21 template class ForwardDominanceFrontierBase<MachineBasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp20 template class ForwardDominanceFrontierBase<MachineBasicBlock>; variable
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp18 template class ForwardDominanceFrontierBase<BasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDominanceFrontier.cpp27 template class ForwardDominanceFrontierBase<BasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDominanceFrontier.cpp26 template class ForwardDominanceFrontierBase<BasicBlock>; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h125 ForwardDominanceFrontierBase() : DominanceFrontierBase<BlockT>(false) {} in ForwardDominanceFrontierBase() function