HomeSort by relevance Sort by last modified time
    Searched full:hasbranchweights (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 725 static inline bool HasBranchWeights(const Instruction* I) {
801 bool PredHasWeights = HasBranchWeights(PTI);
802 bool SuccHasWeights = HasBranchWeights(TI);
    [all...]

Completed in 54 milliseconds