Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h421 orc::ExecutorAddrDiff Size, Linkage L, Scope S, bool IsLive, in Symbol()
448 Scope S, bool IsLive) { in constructAbsolute()
459 bool IsLive) { in constructAnonDef()
471 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
521 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive()
679 uint64_t IsLive : 1; variable
1226 bool IsLive) { in addAbsoluteSymbol()
1241 bool IsLive) { in addAnonymousSymbol()
1251 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
1378 bool IsLive) { in makeDefined()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp330 addSectionStartSymAndBlock(unsigned SecIndex,Section & GraphSec,orc::ExecutorAddr Address,const char * Data,orc::ExecutorAddrDiff Size,uint32_t Alignment,bool IsLive) addSectionStartSymAndBlock() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
H A DRDFLiveness.cpp961 bool IsLive = false; in resetKills() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp306 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local