Home
last modified time | relevance | path

Searched defs:setEdgeWeight (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h124 void setEdgeWeight(Edge e, double w) { in setEdgeWeight() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp484 setEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst, uint32_t Weight) { in setEdgeWeight() function in BranchProbabilityInfo