/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GraphTraits.h | 97 struct Inverse { struct 100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument 105 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {}; 115 iterator_range<typename GraphTraits<Inverse<GraphType>>::nodes_iterator> 117 return make_range(GraphTraits<Inverse<GraphType>>::nodes_begin(G), 118 GraphTraits<Inverse<GraphType>>::nodes_end(G)); 129 iterator_range<typename GraphTraits<Inverse<GraphType>>::ChildIteratorType> 131 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G), 132 GraphTraits<Inverse<GraphType>>::child_end(G));
|
H A D | DepthFirstIterator.h | 261 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> { 262 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator() 263 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator() 268 return idf_iterator<T>::begin(Inverse<T>(G)); in idf_begin() 273 return idf_iterator<T>::end(Inverse<T>(G)); in idf_end() 287 idf_ext_iterator(const df_iterator<Inverse<T>, SetTy, true> &V) in idf_ext_iterator() 293 return idf_ext_iterator<T, SetTy>::begin(Inverse<T>(G), S); in idf_ext_begin() 298 return idf_ext_iterator<T, SetTy>::end(Inverse<T>(G), S); in idf_ext_end()
|
H A D | PostOrderIterator.h | 222 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External> { 223 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : 224 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator() 247 ipo_ext_iterator(const po_iterator<Inverse<T>, SetType, true> &V) : in ipo_ext_iterator()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CFG.h | 324 template <> struct GraphTraits<Inverse<BasicBlock*>> { 328 static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } 333 template <> struct GraphTraits<Inverse<const BasicBlock*>> { 337 static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; } 389 template <> struct GraphTraits<Inverse<Function*>> : 390 public GraphTraits<Inverse<BasicBlock*>> { 391 static NodeRef getEntryNode(Inverse<Function *> G) { 395 template <> struct GraphTraits<Inverse<const Function*>> : 396 public GraphTraits<Inverse<const BasicBlock*>> { 397 static NodeRef getEntryNode(Inverse<const Function *> G) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h |
|
H A D | CFGDiff.h | 137 std::conditional_t<InverseEdge, Inverse<NodePtr>, NodePtr>; in getChildren()
|
H A D | GenericIteratedDominanceFrontier.h | 61 std::conditional_t<IsPostDom, Inverse<NodeTy *>, NodeTy *>;
|
H A D | GenericLoopInfoImpl.h | 450 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; in discoverAndMapSubloop()
|
H A D | GenericDomTree.h | 717 Split<Inverse<NodeT *>>(NewBB);
|
H A D | GenericDomTreeConstruction.h | 117 std::conditional_t<Inversed, Inverse<NodePtr>, NodePtr>; in getChildren()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 1436 template <> struct GraphTraits<Inverse<MachineFunction*>> : 1437 public GraphTraits<Inverse<MachineBasicBlock*>> { 1438 static NodeRef getEntryNode(Inverse<MachineFunction *> G) { 1442 template <> struct GraphTraits<Inverse<const MachineFunction*>> : 1443 public GraphTraits<Inverse<const MachineBasicBlock*>> { 1444 static NodeRef getEntryNode(Inverse<const MachineFunction *> G) {
|
H A D | MachineBasicBlock.h | 1315 template <> struct GraphTraits<Inverse<MachineBasicBlock*>> { 1319 static NodeRef getEntryNode(Inverse<MachineBasicBlock *> G) { 1327 template <> struct GraphTraits<Inverse<const MachineBasicBlock*>> { 1331 static NodeRef getEntryNode(Inverse<const MachineBasicBlock *> G) {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 274 template <> struct GraphTraits<Inverse<VPBlockBase *>> { 278 static NodeRef getEntryNode(Inverse<NodeRef> B) {
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1499 template <> struct GraphTraits<Inverse< ::clang::CFGBlock *>> { 1503 static NodeRef getEntryNode(Inverse<::clang::CFGBlock *> G) { 1511 template <> struct GraphTraits<Inverse<const ::clang::CFGBlock *>> { 1515 static NodeRef getEntryNode(Inverse<const ::clang::CFGBlock *> G) { 1554 template <> struct GraphTraits<Inverse< ::clang::CFG *>> 1555 : public GraphTraits<Inverse< ::clang::CFGBlock *>> { 1563 template <> struct GraphTraits<Inverse<const ::clang::CFG *>> 1564 : public GraphTraits<Inverse<const ::clang::CFGBlock *>> {
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx53-usbarmory.dts | 5 * Copyright (C) 2015, Inverse Path 51 model = "Inverse Path USB armory";
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_cmd.pod | 459 B<SessionTicket>: session ticket support, enabled by default. Inverse of 463 B<Compression>: SSL/TLS compression support, disabled by default. Inverse 468 is set by default. Inverse of B<SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS>. 472 B<DHSingle>: enable single use DH keys, set by default. Inverse of 475 B<ECDHSingle>: enable single use ECDH keys, set by default. Inverse of 501 default. Inverse of B<SSL_OP_NO_ENCRYPT_THEN_MAC>: that is, 524 default. Inverse of B<SSL_OP_NO_EXTENDED_MASTER_SECRET>: that is, 528 default. Inverse of B<SSL_OP_DISABLE_TLSEXT_CA_NAMES>: that is,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 268 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>; 687 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
|
H A D | MemorySSA.h | 1203 template <> struct GraphTraits<Inverse<MemoryAccess *>> {
|
H A D | BlockFrequencyInfoImpl.h | 857 using Predecessor = GraphTraits<Inverse<const BlockT *>>;
|
H A D | ScalarEvolution.h | 1921 const Value *FoundCondValue, bool Inverse,
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort.h.cmake | 115 * Inverse BW-transforms a given BWTed string.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 2414 bool Inverse = false; in hoistMinMax() local 2418 Inverse = true; in hoistMinMax() 2438 if (Inverse) in hoistMinMax() 2473 if (Inverse) in hoistMinMax()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11548 auto ProveViaCond = [&](const Value *Condition, bool Inverse) { in isBasicBlockEntryGuardedByCond() argument 11550 if (isImpliedCond(Pred, LHS, RHS, Condition, Inverse, CtxI)) in isBasicBlockEntryGuardedByCond() 11554 return isImpliedCond(P, LHS, RHS, Condition, Inverse, CtxI); in isBasicBlockEntryGuardedByCond() 11630 const Value *FoundCondValue, bool Inverse, in isImpliedCond() argument 11634 ConstantInt::getBool(FoundCondValue->getContext(), Inverse)) in isImpliedCond() 11646 if (!Inverse) in isImpliedCond() 11647 return isImpliedCond(Pred, LHS, RHS, Op0, Inverse, CtxI) || in isImpliedCond() 11648 isImpliedCond(Pred, LHS, RHS, Op1, Inverse, CtxI); in isImpliedCond() 11650 if (Inverse) in isImpliedCond() 11651 return isImpliedCond(Pred, LHS, RHS, Op0, Inverse, CtxI) || in isImpliedCond() [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | copyright.texi | 427 Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4628 bool Inverse = (N1C->isZero() && Cond == ISD::SETEQ) || in SimplifySetCC() local 4631 if (!Inverse) in SimplifySetCC()
|