Searched refs:DistType (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 335 enum DistType { Local, Exit, Backedge }; 336 DistType Type; 340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) 381 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 357 enum DistType { Local, Exit, Backedge }; enum 358 DistType Type = Local; 363 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 408 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 367 enum DistType { Local, Exit, Backedge }; enum 368 DistType Type = Local; 373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 418 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 366 enum DistType { Local, Exit, Backedge }; enum 367 DistType Type = Local; 372 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 417 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 367 enum DistType { Local, Exit, Backedge }; enum 368 DistType Type = Local; 373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 418 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 367 enum DistType { Local, Exit, Backedge }; enum 368 DistType Type = Local; 373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 418 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 367 enum DistType { Local, Exit, Backedge }; enum 368 DistType Type = Local; 373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() 418 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 124 Weight::DistType Type) { in add()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 104 Weight::DistType Type) { in add()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 145 Weight::DistType Type) { in add()
|