Searched refs:LVE (Results 1 – 3 of 3) sorted by relevance
207 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo() local254 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()285 if (LVI == LVE) in calcLiveBlockInfo()290 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()315 LiveInterval::iterator LVE = li->end(); in countLiveBlocks() local325 if (LVI == LVE) in countLiveBlocks()
718 (instregex "LVE(B|H|W)X$"),
6023 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral() local6024 if (isa_and_nonnull<StringLiteral>(LVE)) in maybeConstEvalStringLiteral()6025 return LVE; in maybeConstEvalStringLiteral()