Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp352 unsigned UsedICmps; /// Number of comparisons matched in the and/or chain member
356 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) { in ConstantComparesGatherer()
409 UsedICmps++; in matchInstruction()
418 UsedICmps++; in matchInstruction()
454 UsedICmps++; in matchInstruction()
2822 unsigned UsedICmps = ConstantCompare.UsedICmps; in SimplifyBranchOnICmpChain() local
2829 if (UsedICmps <= 1) in SimplifyBranchOnICmpChain()