HomeSort by relevance Sort by last modified time
    Searched defs:NumPreds (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*),
127 for (unsigned p = 0; p != Info->NumPreds; ++p) {
240 for (unsigned p = 0; p != Info->NumPreds; ++p) {
298 for (unsigned p = 0; p != Info->NumPreds; ++p) {
336 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 471 unsigned NumPreds = OPN->getNumIncomingValues();
481 for (unsigned pred = 0, e = NumPreds; pred != e; ++pred) {
504 NumPreds = std::distance(pred_begin(NewBB), pred_end(NewBB));
505 if (NumPreds != PN->getNumIncomingValues()) {
506 assert(NumPreds < PN->getNumIncomingValues());
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 42 unsigned NumPreds; // Number of predecessor blocks.
43 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
48 NumPreds(0), Preds(0), PHITag(0) { }
108 Info->NumPreds = Preds.size();
109 if (Info->NumPreds == 0)
113 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*),
116 for (unsigned p = 0; p != Info->NumPreds; ++p) {
229 for (unsigned p = 0; p != Info->NumPreds; ++p) {
287 for (unsigned p = 0; p != Info->NumPreds; ++p) {
325 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 418 unsigned NumPreds = OPN->getNumIncomingValues();
428 for (unsigned pred = 0, e = NumPreds; pred != e; ++pred) {
450 NumPreds = std::distance(pred_begin(NewBB), pred_end(NewBB));
451 if (NumPreds != PN->getNumIncomingValues()) {
452 assert(NumPreds < PN->getNumIncomingValues());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 53 unsigned NumPreds; // Number of predecessor blocks.
54 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
59 IDom(nullptr), NumPreds(0), Preds(nullptr), PHITag(nullptr) {}
119 Info->NumPreds = Preds.size();
120 if (Info->NumPreds == 0)
124 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
126 for (unsigned p = 0; p != Info->NumPreds; ++p) {
239 for (unsigned p = 0; p != Info->NumPreds; ++p) {
297 for (unsigned p = 0; p != Info->NumPreds; ++p) {
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 61 unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 268 unsigned NumPreds; // # of SDep::Data preds.
310 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
326 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
341 NodeNum(BoundaryID), NodeQueueId(0), NumPreds(0), NumSuccs(0),
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 681 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));
682 if (NumPreds < MinNumPreds) {
684 MinNumPreds = NumPreds;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 247 unsigned NumPreds; // # of SDep::Data preds.
281 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
295 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
308 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 602 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));
603 if (NumPreds < MinNumPreds) {
605 MinNumPreds = NumPreds;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 268 unsigned NumPreds = 0; ///< # of SDep::Data preds.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 268 unsigned NumPreds = 0; ///< # of SDep::Data preds.

Completed in 633 milliseconds

1 2