Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h408 orc::ExecutorAddrDiff Size, Linkage L, Scope S, bool IsLive, in Symbol()
434 Scope S, bool IsLive) { in constructAbsolute()
445 bool IsLive) { in constructAnonDef()
457 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef()
507 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive()
656 uint64_t IsLive : 1; variable
1137 bool IsLive) { in addAbsoluteSymbol()
1152 bool IsLive) { in addAnonymousSymbol()
1162 Linkage L, Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
1274 bool IsLive) { in makeDefined()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp351 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp321 bool IsLive) { in addSectionStartSymAndBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
H A DRDFLiveness.cpp955 bool IsLive = false; in resetKills() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp317 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local