Home
last modified time | relevance | path

Searched defs:VisitedPhis (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp860 static bool isInertARCValue(Value *V, SmallPtrSet<Value *, 1> &VisitedPhis) { in isInertARCValue()
891 SmallPtrSet<Value *, 1> VisitedPhis; in OptimizeIndividualCallImpl() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp413 DenseSet<ConstMemoryAccessPair> VisitedPhis; in checkClobberSanity() local
527 DenseSet<ConstMemoryAccessPair> VisitedPhis; member in __anone52e4bfa0511::ClobberWalker