Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp145 class InductiveRangeCheck { class
158 SmallVectorImpl<InductiveRangeCheck> &Checks,
238 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed);
270 bool InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, in parseRangeCheckICmp()
304 bool InductiveRangeCheck::parseIvAgaisntLimit(Loop *L, Value *LHS, Value *RHS, in parseIvAgaisntLimit()
367 bool InductiveRangeCheck::reassociateSubLHS( in reassociateSubLHS()
485 void InductiveRangeCheck::extractRangeChecksFromCond( in extractRangeChecksFromCond()
487 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
517 InductiveRangeCheck IRC; in extractRangeChecksFromCond()
525 void InductiveRangeCheck::extractRangeChecksFromBranch( in extractRangeChecksFromBranch()
[all …]