Home
last modified time | relevance | path

Searched defs:BlockConstraint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSpillPlacement.h89 struct BlockConstraint { struct
113 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSpillPlacement.h90 struct BlockConstraint { struct
114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSpillPlacement.h89 struct BlockConstraint { struct
90 unsigned Number; ///< Basic block number (from MBB::getNumber()).
91 BorderConstraint Entry : 8; ///< Constraint on block entry.
92 BorderConstraint Exit : 8; ///< Constraint on block exit.
116 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); argument