Searched defs:IsLive (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 408 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 D | HexagonGenMux.cpp | 351 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 321 bool IsLive) { in addSectionStartSymAndBlock()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
|
H A D | RDFLiveness.cpp | 955 bool IsLive = false; in resetKills() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 317 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
|