Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp120 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
136 if (isInScope) { in ProcessDescriptors()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3761 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anonb3555ec81511::ValueDFSStack
4012 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut); in eliminateInstructions()
4145 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) { in eliminateInstructions()