HomeSort by relevance Sort by last modified time
    Searched refs:NewBBs (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 51 NewBBs.clear();
114 if (NewBBs.count(PredBB)) {
141 NewBBs.clear();
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 56 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
58 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
60 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
238 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 57 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
59 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
61 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
241 bool Inserted = NewBBs.insert(NewBB).second;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 185 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
195 Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 246 SmallVector<BasicBlock*, 2> NewBBs;
247 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", NewBBs);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 239 SmallVector<BasicBlock*, 2> NewBBs;
240 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 208 /// 'Suffix2', and are returned in the NewBBs vector.
218 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 209 /// 'Suffix2', and are returned in the NewBBs vector.
219 SmallVectorImpl<BasicBlock *> &NewBBs,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 427 SmallVector<BasicBlock*, 2> NewBBs;
430 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
432 return NewBBs[0];
477 SmallVectorImpl<BasicBlock *> &NewBBs,
487 NewBBs.push_back(NewBB1);
528 NewBBs.push_back(NewBB2);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 503 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
515 SmallVectorImpl<BasicBlock*> &NewBBs) {
523 NewBBs.push_back(NewBB1);
563 NewBBs.push_back(NewBB2);
LoopSimplify.cpp 416 SmallVector<BasicBlock*, 2> NewBBs;
420 this, NewBBs);
421 NewExitBB = NewBBs[0];

Completed in 1159 milliseconds

1 2