Home
last modified time | relevance | path

Searched refs:PHIList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h74 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument
88 PHIList.push_back(&P); in getEquivalentPHIs()
H A DObjCARCContract.cpp680 SmallVector<Value *, 1> PHIList; in run() local
681 getEquivalentPHIs(*PN, PHIList); in run()
682 for (Value *PHI : PHIList) in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3911 PHIListT PHIList; member in __anon52c3d0e81211::LDVSSABlock
3926 PHIList.emplace_back(Value, this); in newPHI()
3927 return &PHIList.back(); in newPHI()
3931 PHIListT &phis() { return PHIList; } in phis()