Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp904 static bool isInertARCValue(Value *V, SmallPtrSet<Value *, 1> &VisitedPhis) { in isInertARCValue()
935 SmallPtrSet<Value *, 1> VisitedPhis; in OptimizeIndividualCallImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp402 DenseSet<ConstMemoryAccessPair> VisitedPhis; in checkClobberSanity() local
521 DenseSet<ConstMemoryAccessPair> VisitedPhis; member in __anonc967e22e0511::ClobberWalker