Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARC.h75 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument
89 PHIList.push_back(&P); in getEquivalentPHIs()
DObjCARCContract.cpp673 SmallVector<Value *, 1> PHIList; in run() local
674 getEquivalentPHIs(*PN, PHIList); in run()
675 for (Value *PHI : PHIList) in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp3749 PHIListT PHIList; member in __anon15ea8c001111::LDVSSABlock
3764 PHIList.emplace_back(Value, this); in newPHI()
3765 return &PHIList.back(); in newPHI()
3769 PHIListT &phis() { return PHIList; } in phis()