Searched defs:BlockNode (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h172 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
180 bool operator<(const BlockNode &X) const { return Index < X.Index; }
181 bool operator>(const BlockNode &X) const { return Index > X.Index; }
183 BlockNode() : Index(UINT32_MAX) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
184 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
201 typedef SmallVector<std::pair<BlockNode, BlockMas
561 typedef BFIBase::BlockNode BlockNode; typedef in struct:llvm::bfi_detail::IrreducibleGraph
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h185 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
190 BlockNode() = default;
191 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
193 bool operator==(const BlockNode &X) const { return Index == X.Index; }
194 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
195 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
196 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
197 bool operator<(const BlockNode &X) const { return Index < X.Index; }
198 bool operator>(const BlockNode &X) const { return Index > X.Index; }
218 using ExitMap = SmallVector<std::pair<BlockNode, BlockMas
[all...]

Completed in 149 milliseconds