Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp861 static bool isInertARCValue(Value *V, SmallPtrSet<Value *, 1> &VisitedPhis) { in isInertARCValue() argument
892 SmallPtrSet<Value *, 1> VisitedPhis; in OptimizeIndividualCallImpl() local
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp410 DenseSet<ConstMemoryAccessPair> VisitedPhis; in checkClobberSanity() local
524 DenseSet<ConstMemoryAccessPair> VisitedPhis; member in __anon1aa642160511::ClobberWalker