Home
last modified time | relevance | path

Searched defs:EdgeWeights (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DCFGPrinter.h62 bool EdgeWeights; variable
96 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DCFGPrinter.h66 bool EdgeWeights; variable
100 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DCFGPrinter.h66 bool EdgeWeights; variable
100 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DCFGPrinter.h66 bool EdgeWeights; variable
100 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DCFGPrinter.h66 bool EdgeWeights; variable
100 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h31 typedef std::vector<EdgeWeight> EdgeWeights; typedef
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h32 typedef std::vector<EdgeWeight> EdgeWeights; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSampleProfileInference.h164 EdgeWeightMap &EdgeWeights) { in apply()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSampleProfileInference.h164 EdgeWeightMap &EdgeWeights) { in apply()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSampleProfileInference.h164 EdgeWeightMap &EdgeWeights) { in apply()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSampleProfileInference.h164 EdgeWeightMap &EdgeWeights) { in apply()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs1810 pub struct EdgeWeights<'a, E: 'a, Ix: IndexType = DefaultIx> { struct
1814 impl<'a, E, Ix> Iterator for EdgeWeights<'a, E, Ix> implementation
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp143 EdgeWeightMap EdgeWeights; member in __anon8cbe85b00111::SampleProfileLoader
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp371 EdgeWeightMap EdgeWeights; member in __anondd3683520111::SampleProfileLoader