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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineDominators.h 127 /// addNewBlock - Add a new node to the dominator tree information. This
130 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
132 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 174 /// addNewBlock - Add a new node to the dominator tree information. This
177 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
180 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 178 /// addNewBlock - Add a new node to the dominator tree information. This
181 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
184 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 178 /// addNewBlock - Add a new node to the dominator tree information. This
181 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
184 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 174 /// addNewBlock - Add a new node to the dominator tree information. This
177 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
180 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 178 /// addNewBlock - Add a new node to the dominator tree information. This
181 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
184 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 178 /// addNewBlock - Add a new node to the dominator tree information. This
181 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
184 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 179 /// addNewBlock - Add a new node to the dominator tree information. This
182 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
185 return DT->addNewBlock(BB, DomBB);
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 171 /// addNewBlock - Add a new node to the dominator tree information. This
174 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB,
177 return DT->addNewBlock(BB, DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 762 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
765 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 748 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
751 void LiveVariables::addNewBlock(MachineBasicBlock *BB,
  /external/llvm/include/llvm/Support/
GenericDomTree.h 306 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
553 /// addNewBlock - Add a new node to the dominator tree information. This
556 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 332 DomTreeNodeBase<NodeT> *NewBBNode = DT.addNewBlock(NewBB, NewBBIDom);
592 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 325 DomTreeNodeBase<NodeT> *NewBBNode = addNewBlock(NewBB, NewBBIDom);
585 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 325 DomTreeNodeBase<NodeT> *NewBBNode = addNewBlock(NewBB, NewBBIDom);
585 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 585 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
815 DomTreeNodeBase<NodeT> *NewBBNode = addNewBlock(NewBB, NewBBIDom);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 585 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
815 DomTreeNodeBase<NodeT> *NewBBNode = addNewBlock(NewBB, NewBBIDom);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 585 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
815 DomTreeNodeBase<NodeT> *NewBBNode = addNewBlock(NewBB, NewBBIDom);

Completed in 246 milliseconds

1 2