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.h75 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument
89 PHIList.push_back(&P); in getEquivalentPHIs()
H A DObjCARCContract.cpp725 SmallVector<Value *, 1> PHIList; in run() local
726 getEquivalentPHIs(*PN, PHIList); in run()
727 for (Value *PHI : PHIList) in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3938 PHIListT PHIList; member in __anon52c3d0e81211::LDVSSABlock
3953 PHIList.emplace_back(Value, this); in newPHI()
3954 return &PHIList.back(); in newPHI()
3958 PHIListT &phis() { return PHIList; } in phis()