Searched defs:EdgeWeight (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef in class:llvm::MaximumSpanningTree
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DProfileInfo.h59 typedef std::pair<Edge, double> EdgeWeight; typedef in class:llvm::ProfileInfoT
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileVerifierPass.cpp105 double EdgeWeight = PI->getEdgeWeight(E); local
120 double EdgeWeight = PI->getEdgeWeight(E); local
201 double EdgeWeight = PI->getEdgeWeight(E); local
[all...]

Completed in 235 milliseconds