HomeSort by relevance Sort by last modified time
    Searched refs:EdgeVector (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 70 MaximumSpanningTree(EdgeWeights &EdgeVector) {
72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
78 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
79 EWe = EdgeVector.end(); EWi != EWe; ++EWi) {
87 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
88 EWe = EdgeVector.end(); EWi != EWe; ++EWi) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 67 MaximumSpanningTree(EdgeWeights &EdgeVector) {
69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>());
75 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
76 EWe = EdgeVector.end(); EWi != EWe; ++EWi) {
84 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
85 EWe = EdgeVector.end(); EWi != EWe; ++EWi) {
OptimalEdgeProfiling.cpp 141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end());
142 MaximumSpanningTree<BasicBlock> MST(EdgeVector);
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 186 typedef std::vector<EdgeEntry> EdgeVector;
188 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 171 typedef std::vector<EdgeEntry> EdgeVector;
173 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 171 typedef std::vector<EdgeEntry> EdgeVector;
173 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Graph.h 172 using EdgeVector = std::vector<EdgeEntry>;
174 EdgeVector Edges;

Completed in 268 milliseconds