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.cpp206 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo() local
253 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
284 if (LVI == LVE) in calcLiveBlockInfo()
289 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
314 LiveInterval::iterator LVE = li->end(); in countLiveBlocks() local
324 if (LVI == LVE) in countLiveBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td719 (instregex "LVE(B|H|W)X$"),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6614 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral() local
6615 if (isa_and_nonnull<StringLiteral>(LVE)) in maybeConstEvalStringLiteral()
6616 return LVE; in maybeConstEvalStringLiteral()