Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARC.h87 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument
101 PHIList.push_back(&P); in getEquivalentPHIs()
DObjCARCContract.cpp673 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/
Dllvm.grm373 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
374 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
399 | phi PHIList
/external/swiftshader/third_party/LLVM/utils/
Dllvm.grm372 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
373 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
398 | phi PHIList
/external/llvm/utils/
Dllvm.grm373 PHIList ::= Types "[" ValueRef ^ "," ValueRef "]"
374 | PHIList ^ "," "[" ValueRef ^ "," ValueRef "]" ;
399 | phi PHIList