Home
last modified time | relevance | path

Searched defs:BlockNode (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h182 struct BlockNode { struct
187 BlockNode() : Index(std::numeric_limits<uint32_t>::max()) {} in BlockNode() argument
188 BlockNode(IndexType Index) : Index(Index) {} in BlockNode() argument
215 using ExitMap = SmallVector<std::pair<BlockNode, BlockMass>, 4>; argument
/third_party/gn/src/gn/
Dtemplate.h13 class BlockNode; variable
Dfunctions.h14 class BlockNode; variable
Dparse_tree.h23 class BlockNode; variable
Dparse_tree.cc531 BlockNode::BlockNode(ResultMode result_mode) : result_mode_(result_mode) {} in BlockNode() function in BlockNode
/third_party/ffmpeg/libavcodec/
Dsnow.h51 typedef struct BlockNode{ struct
62 }BlockNode; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h626 struct BlockNode : public CodeNode { struct
639 NodeAddr<BlockNode*> findBlock(const MachineBasicBlock *BB, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp68 using BlockNode = BlockFrequencyInfoImplBase::BlockNode; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1345 using BlockNode = BlockFrequencyInfoImplBase::BlockNode; in calculateNewCallTerminatorWeights() typedef