Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp207 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo() local
254 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() local
325 if (LVI == LVE) in countLiveBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td718 (instregex "LVE(B|H|W)X$"),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6023 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral() local
6024 if (isa_and_nonnull<StringLiteral>(LVE)) in maybeConstEvalStringLiteral()
6025 return LVE; in maybeConstEvalStringLiteral()