Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp352 const TargetData *TD, bool isEQ, unsigned &UsedICmps) { in GatherConstantCompares() argument
360 UsedICmps++; in GatherConstantCompares()
383 UsedICmps++; in GatherConstantCompares()
394 unsigned UsedICmpsBeforeLHS = UsedICmps; in GatherConstantCompares()
396 isEQ, UsedICmps)) { in GatherConstantCompares()
398 unsigned UsedICmpsBeforeRHS = UsedICmps; in GatherConstantCompares()
400 isEQ, UsedICmps)) { in GatherConstantCompares()
404 UsedICmps = UsedICmpsBeforeRHS; in GatherConstantCompares()
415 UsedICmps = UsedICmpsBeforeLHS; in GatherConstantCompares()
425 isEQ, UsedICmps)) in GatherConstantCompares()
[all …]
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp405 unsigned UsedICmps; /// Number of comparisons matched in the and/or chain member
409 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) { in ConstantComparesGatherer()
504 UsedICmps++; in matchInstruction()
526 UsedICmps++; in matchInstruction()
535 UsedICmps++; in matchInstruction()
571 UsedICmps++; in matchInstruction()
3266 unsigned UsedICmps = ConstantCompare.UsedICmps; in SimplifyBranchOnICmpChain() local
3274 if (UsedICmps <= 1) in SimplifyBranchOnICmpChain()