Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp610 size_t OldInCount = BBS->AvailableIn.size(); in recalculateBBsStates() local
618 assert(OldInCount >= BBS->AvailableIn.size() && "invariant!"); in recalculateBBsStates()
620 bool InputsChanged = OldInCount != BBS->AvailableIn.size(); in recalculateBBsStates()