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

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h68 static Edge getEdge(const BType *Src, const BType *Dest) { function in class:llvm::ProfileDataT
H A DProfileInfo.h97 static Edge getEdge(const BType *Src, const BType *Dest) { function in class:llvm::ProfileInfoT
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h119 EdgeEntry& getEdge(EdgeItr eItr) { return *eItr; } function in class:PBQP::Graph
120 const EdgeEntry& getEdge(ConstEdgeItr eItr) const { return *eItr; } function in class:PBQP::Graph
[all...]

Completed in 193 milliseconds