Searched refs:ThenV (Results 1 - 10 of 10) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp534 Value *ThenV = Then->Codegen(); local
535 if (ThenV == 0) return 0;
558 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp638 Value *ThenV = Then->Codegen(); local
639 if (ThenV == 0) return 0;
662 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp734 Value *ThenV = Then->Codegen(); local
735 if (ThenV == 0) return 0;
758 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp761 Value *ThenV = Then->Codegen(); local
762 if (ThenV == 0) return 0;
785 PN->addIncoming(ThenV, ThenBB);
H A Dtoy.cpp1125 Value *ThenV = Then->Codegen(); local
1126 if (ThenV == 0) return 0;
1149 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp983 Value *ThenV = Then->Codegen(); local
984 if (ThenV == 0) return 0;
1007 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp743 Value *ThenV = Then->Codegen(); local
744 if (ThenV == 0) return 0;
767 PN->addIncoming(ThenV, ThenBB);
H A Dtoy.cpp1023 Value *ThenV = Then->Codegen(); local
1024 if (ThenV == 0) return 0;
1047 PN->addIncoming(ThenV, ThenBB);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1303 Value *ThenV = Then->Codegen(); local
1304 if (ThenV == 0) return 0;
1327 PN->addIncoming(ThenV, ThenBB);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1482 Value *ThenV = PN->getIncomingValueForBlock(ThenBB); local
1486 if (ThenV == OrigV)
1491 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV);
1543 Value *ThenV = PN->getIncomingValue(ThenI); local
1546 if (OrigV == ThenV)
1552 Value *TrueV = ThenV, *FalseV = OrigV;

Completed in 96 milliseconds