Home
last modified time | relevance | path

Searched defs:IsLive (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h322 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 DMachOLinkGraphBuilder.cpp319 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp710 bool DeadArgumentEliminationPass::IsLive(const RetOrArg &RA) { in IsLive() function in DeadArgumentEliminationPass
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
H A DRDFLiveness.cpp958 bool IsLive = false; in resetKills() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp191 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local