HomeSort by relevance Sort by last modified time
    Searched refs:PHINode (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 108 if (PHINode *Phi = dyn_cast<PHINode>(UseInst)) {
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 416 if (isa<PHINode>(U))
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 200 if (const PHINode *PN = dyn_cast<const PHINode>(P)) {
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 263 } else if (isa<PHINode>(L)) {
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 775 llvm::PHINode *RealPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.r");
780 llvm::PHINode *ImagPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.i");
    [all...]
CGClass.cpp 221 llvm::PHINode *PHI = Builder.CreatePHI(BasePtrTy, 2, "cast.result");
278 llvm::PHINode *PHI = Builder.CreatePHI(Value->getType(), 2);
    [all...]
CGObjCGNU.cpp     [all...]
CGVTables.cpp 100 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 120 bool visitPHI(PHINode &I);
304 bool CallAnalyzer::visitPHI(PHINode &I) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 209 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
210 PHINode *PN = cast<PHINode>(II);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 752 PHINode *PN = cast<PHINode>(RVI);
    [all...]
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 755 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 782 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 1004 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 764 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
toy.cpp 1044 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]

Completed in 1465 milliseconds

1 2 3 4 56 7 8