Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp373 SmallPtrSet<Value *, 4> VisitedPhis; in optimizeLiveType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp861 static bool isInertARCValue(Value *V, SmallPtrSet<Value *, 1> &VisitedPhis) { in isInertARCValue()
892 SmallPtrSet<Value *, 1> VisitedPhis; in OptimizeIndividualCallImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp410 DenseSet<ConstMemoryAccessPair> VisitedPhis; in checkClobberSanity() local
524 DenseSet<ConstMemoryAccessPair> VisitedPhis; member in __anon72856b230511::ClobberWalker