Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h67 bool RawWeights; variable
96 void setRawEdgeWeights(bool RawWeights) { this->RawWeights = RawWeights; } in setRawEdgeWeights()