HomeSort by relevance Sort by last modified time
    Searched refs:isSubRegion (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 55 bool isSubRegion = false)
56 : RegionNodeBase<RegionTraits<MachineFunction>>(Parent, Entry, isSubRegion) {
124 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
131 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 55 bool isSubRegion = false)
56 : RegionNodeBase<RegionTraits<MachineFunction>>(Parent, Entry, isSubRegion) {
124 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
131 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 55 bool isSubRegion = false)
56 : RegionNodeBase<RegionTraits<MachineFunction>>(Parent, Entry, isSubRegion) {
124 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
131 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineRegionInfo.h 53 bool isSubRegion = false)
55 isSubRegion) {}
115 assert(!isSubRegion() && "This is not a MachineBasicBlock RegionNode!");
124 assert(isSubRegion() && "This is not a subregion RegionNode!");
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 87 /// @param isSubRegion If this RegionNode represents a SubRegion.
88 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
89 : entry(Entry, isSubRegion), parent(Parent) {}
112 /// check the type of the content with the isSubRegion() function call.
122 inline bool isSubRegion() const {
132 assert(!isSubRegion() && "This is not a BasicBlock RegionNode!");
138 assert(isSubRegion() && "This is not a subregion RegionNode!");
681 if (Node.isSubRegion())
RegionIterator.h 93 : Node(node, node->isSubRegion() ? ItRgBegin : ItBB),
108 : Node(node, node->isSubRegion() ? ItRgEnd : ItBB),
183 assert(!Node->isSubRegion()
195 assert(!Node->isSubRegion()
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionPrinter.cpp 43 if (!Node->isSubRegion()) {
78 if (srcNode->isSubRegion() || destNode->isSubRegion())
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 146 /// @param isSubRegion If this RegionNode represents a SubRegion.
148 bool isSubRegion = false)
149 : entry(Entry, isSubRegion), parent(Parent) {}
173 /// check the type of the content with the isSubRegion() function call.
182 inline bool isSubRegion() const { return entry.getInt(); }
847 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
848 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 147 /// @param isSubRegion If this RegionNode represents a SubRegion.
149 bool isSubRegion = false)
150 : entry(Entry, isSubRegion), parent(Parent) {}
174 /// check the type of the content with the isSubRegion() function call.
183 inline bool isSubRegion() const { return entry.getInt(); }
855 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
856 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
RegionInfo.h 147 /// @param isSubRegion If this RegionNode represents a SubRegion.
149 bool isSubRegion = false)
150 : entry(Entry, isSubRegion), parent(Parent) {}
174 /// check the type of the content with the isSubRegion() function call.
183 inline bool isSubRegion() const { return entry.getInt(); }
869 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
870 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
RegionInfo.h 147 /// @param isSubRegion If this RegionNode represents a SubRegion.
149 bool isSubRegion = false)
150 : entry(Entry, isSubRegion), parent(Parent) {}
174 /// check the type of the content with the isSubRegion() function call.
183 inline bool isSubRegion() const { return entry.getInt(); }
869 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
870 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
RegionInfo.h 150 /// @param isSubRegion If this RegionNode represents a SubRegion.
152 bool isSubRegion = false)
153 : entry(Entry, isSubRegion), parent(Parent) {}
180 /// check the type of the content with the isSubRegion() function call.
189 inline bool isSubRegion() const { return entry.getInt(); }
885 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
886 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
RegionInfo.h 150 /// @param isSubRegion If this RegionNode represents a SubRegion.
152 bool isSubRegion = false)
153 : entry(Entry, isSubRegion), parent(Parent) {}
180 /// check the type of the content with the isSubRegion() function call.
189 inline bool isSubRegion() const { return entry.getInt(); }
885 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
886 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 150 /// @param isSubRegion If this RegionNode represents a SubRegion.
152 bool isSubRegion = false)
153 : entry(Entry, isSubRegion), parent(Parent) {}
180 /// check the type of the content with the isSubRegion() function call.
189 inline bool isSubRegion() const { return entry.getInt(); }
885 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
886 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
    [all...]

Completed in 2884 milliseconds

1 2 3