Searched defs:HasBranchWeights (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp746 static inline bool HasBranchWeights(const Instruction* I) { function
775 assert(HasBranchWeights(STI));
842 bool PredHasWeights = HasBranchWeights(PTI);
843 bool SuccHasWeights = HasBranchWeights(TI);

Completed in 60 milliseconds