Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h38 DenseMap<Edge, uint32_t> Weights; variable
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp38 DenseMap<Edge, uint32_t> *Weights; member in __anonc6246ee30111::BranchProbabilityAnalysis
/external/llvm/lib/CodeGen/
DRegAllocLinearScan.cpp772 void RALinScan::updateSpillWeights(std::vector<float> &Weights, in updateSpillWeights()