Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp377 unsigned UsedICmps; /// Number of comparisons matched in the and/or chain member
381 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) { in ConstantComparesGatherer()
434 UsedICmps++; in matchInstruction()
443 UsedICmps++; in matchInstruction()
479 UsedICmps++; in matchInstruction()
3148 unsigned UsedICmps = ConstantCompare.UsedICmps; in SimplifyBranchOnICmpChain() local
3155 if (UsedICmps <= 1) in SimplifyBranchOnICmpChain()