reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/PredicateInfo.h
  240   bool stackIsInScope(const ValueDFSStack &, const ValueDFS &) const;

References

lib/Transforms/Utils/PredicateInfo.cpp
  285   while (!Stack.empty() && !stackIsInScope(Stack, VD))
  684       bool OutOfScope = !stackIsInScope(RenameStack, VD);