HomeSort by relevance Sort by last modified time
    Searched defs:DomSetType (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 25 typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
76 iterator addBasicBlock(MachineBasicBlock *BB, const DomSetType &frontier) {
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 25 typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
76 iterator addBasicBlock(MachineBasicBlock *BB, const DomSetType &frontier) {
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 25 typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
76 iterator addBasicBlock(MachineBasicBlock *BB, const DomSetType &frontier) {
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominanceFrontier.h 33 typedef std::set<BasicBlock*> DomSetType; // Dom set for a bb
34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map
66 iterator addBasicBlock(BasicBlock *BB, const DomSetType &frontier) {
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
94 for (DomSetType::const_iterator I = DS2.begin(),
98 for (DomSetType::const_iterator I = DS1.begin(),
183 const DomSetType &calculate(const DominatorTree &DT,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DominanceFrontier.h 35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
    [all...]

Completed in 296 milliseconds