Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DCFGPrinter.h62 bool RawWeights; variable
72 RawWeights = !!BFI; // Print RawWeights when BFI is available. in DOTFuncInfo()
91 void setRawEdgeWeights(bool RawWeights) { this->RawWeights = RawWeights; } in setRawEdgeWeights() argument
93 bool useRawEdgeWeights() { return RawWeights; } in useRawEdgeWeights()