Searched refs:PHIList (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARC.h | 87 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument 101 PHIList.push_back(&P); in getEquivalentPHIs()
|
D | ObjCARCContract.cpp | 673 SmallVector<Value *, 1> PHIList; in runOnFunction() local 674 getEquivalentPHIs(*PN, PHIList); in runOnFunction() 675 for (Value *PHI : PHIList) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | llvm.grm | 373 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]" 374 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ; 399 | phi PHIList
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvm.grm | 372 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]" 373 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ; 398 | phi PHIList
|
/external/llvm/utils/ |
D | llvm.grm | 373 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]" 374 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ; 399 | phi PHIList
|