Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp226 bool PredicateInfo::stackIsInScope(const ValueDFSStack &Stack, in stackIsInScope() function in llvm::PredicateInfo
256 while (!Stack.empty() && !stackIsInScope(Stack, VD)) in popStackUntilDFSScope()
657 bool OutOfScope = !stackIsInScope(RenameStack, VD); in renameUses()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h241 bool stackIsInScope(const ValueDFSStack &, const ValueDFS &) const;