Home
last modified time | relevance | path

Searched refs:TerminatorLiveInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp102 InstInfoType *TerminatorLiveInfo = nullptr; member
113 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
243 BBInfo.second.TerminatorLiveInfo = &InstInfo[BBInfo.second.Terminator]; in initialize()