HomeSort by: relevance | last modified time | path
    Searched refs:IsLive (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 322 JITTargetAddress Size, Linkage L, Scope S, bool IsLive,
328 setLive(IsLive);
333 JITTargetAddress Size, Scope S, bool IsLive) {
341 new (Sym) Symbol(Base, 0, Name, Size, Linkage::Weak, S, IsLive, false);
359 Linkage L, Scope S, bool IsLive) {
364 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false);
371 bool IsLive) {
377 Scope::Local, IsLive, IsCallable);
384 bool IsLive, bool IsCallable) {
390 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 114 bool AggressiveAntiDepState::IsLive(unsigned Reg) {
211 if (State->IsLive(Reg)) {
307 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) {
312 if (!State->IsLive(Reg)) {
328 if (!State->IsLive(SubregReg)) {
391 if (State->IsLive(AliasReg)) {
427 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI))
675 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) {
682 if (State->IsLive(AliasReg) ||
793 if (!State->IsLive(Reg)
    [all...]
AggressiveAntiDepBreaker.h 113 bool IsLive(unsigned Reg);
RDFLiveness.cpp 958 bool IsLive = false;
962 IsLive = true;
965 if (!IsLive)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 131 bool IsLive(const RetOrArg &RA);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 363 if (IsLive(Use))
663 assert(!IsLive(RA) && "Use is already live!");
665 if (IsLive(MaybeLiveUse)) {
700 if (IsLive(RA))
710 bool DeadArgumentEliminationPass::IsLive(const RetOrArg &RA) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool {
374 bool Live = IsLive(Op.getReg());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h 194 uint32_t Alignment, bool IsLive);
MachOLinkGraphBuilder.cpp 319 uint32_t Alignment, bool IsLive) {
324 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 191 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32);
192 if (!IsLive || !IsImplicit) {
193 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive));
194 if (!IsLive)

Completed in 78 milliseconds