Searched defs:IsLive (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 322 JITTargetAddress Size, Linkage L, Scope S, bool IsLive, in Symbol() 333 JITTargetAddress Size, Scope S, bool IsLive) { in constructCommon() 359 Linkage L, Scope S, bool IsLive) { in constructAbsolute() 371 bool IsLive) { in constructAnonDef() 384 bool IsLive, bool IsCallable) { in constructNamedDef() 435 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() 565 uint64_t IsLive : 1; variable 959 uint64_t Size, Linkage L, Scope S, bool IsLive) { in addAbsoluteSymbol() 975 uint64_t Alignment, bool IsLive) { in addCommonSymbol() 992 bool IsLive) { in addAnonymousSymbol() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 319 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 710 bool DeadArgumentEliminationPass::IsLive(const RetOrArg &RA) { in IsLive() function in DeadArgumentEliminationPass
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
|
H A D | RDFLiveness.cpp | 958 bool IsLive = false; in resetKills() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 191 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
|