/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | BasicBlock.cpp | 276 Value* PNV = 0; in removePredecessor() local 277 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor() 278 if (PNV != PN) { in removePredecessor() 279 PN->replaceAllUsesWith(PNV); in removePredecessor()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 341 Value* PNV = nullptr; in removePredecessor() local 342 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor() 343 if (PNV != PN) { in removePredecessor() 344 PN->replaceAllUsesWith(PNV); in removePredecessor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 355 Value* PNV = nullptr; in removePredecessor() local 356 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor() 357 if (PNV != PN) { in removePredecessor() 358 PN->replaceAllUsesWith(PNV); in removePredecessor()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 403 Value *PNV = SimplifyInstruction(PN, TD); in RemovePredecessorAndSimplify() local 404 if (PNV == 0) continue; in RemovePredecessorAndSimplify() 408 assert(PNV != PN && "SimplifyInstruction broken!"); in RemovePredecessorAndSimplify() 411 ReplaceAndSimplifyAllUses(PN, PNV, TD); in RemovePredecessorAndSimplify()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 206 if (Value *PNV = SimplifyInstruction(PN)) { in runOnFunction() local 207 PN->replaceAllUsesWith(PNV); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 791 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in eliminateTailRecursion() local 792 PN->replaceAllUsesWith(PNV); in eliminateTailRecursion()
|
/external/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 785 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in eliminateTailRecursion() local 786 PN->replaceAllUsesWith(PNV); in eliminateTailRecursion()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3996 ,"GB","PNV","Portnahaven","Portnahaven",,"1-------","RL","0901",,"5540N 00630W", 6513 ,"GT","PNV","Pueblo Nuevo Vi�as","Pueblo Nuevo Vinas",,"--3-----","RL","0601",,"1414N 09029W", 9176 ,"IN","PNV","Arshiya International Ltd.-SEZ/Panvel","Arshiya International Ltd.-SEZ/Panvel","MH","-… 13680 ,"IT","PNV","Palmanova","Palmanova",,"--3-----","RL","0201",,"4554N 01318E", 18333 ,"LT","PNV","Panevezys","Panevezys",,"--34----","RQ","9806",,,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 3549 ,"PT","PNV","Pinhal Novo","Pinhal Novo","15","-23-----","RN","0401",,"3838N 00855W", 5035 ,"RU","PNV","Polnovat","Polnovat","KHM","1-------","RQ","0901",,"6347N 06554E", 22180 ,"US","PNV","Pineville","Pineville","NC","--3-----","RQ","9008",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 7572 ,"BR","PNV","Ponte Nova","Ponte Nova","MG","--3-----","RQ","0607",,, 30272 ,"ES","PNV","Puente Viesgo","Puente Viesgo","S","--3-----","RQ","1001",,"4318N 00358W", 39812 ,"FR","PNV","Pleine-Selve","Pleine-Selve","33","--3-----","RL","0701",,"4520N 00035W",
|