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

1 2 3

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 195 /// eraseNode - Removes a node from the dominator tree. Block must not
198 inline void eraseNode(MachineBasicBlock *BB) {
200 DT->eraseNode(BB);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineDominators.h 148 /// eraseNode - Removes a node from the dominator tree. Block must not
151 inline void eraseNode(MachineBasicBlock *BB) {
152 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 198 /// eraseNode - Removes a node from the dominator tree. Block must not
201 inline void eraseNode(MachineBasicBlock *BB) {
203 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 202 /// eraseNode - Removes a node from the dominator tree. Block must not
205 inline void eraseNode(MachineBasicBlock *BB) {
207 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 202 /// eraseNode - Removes a node from the dominator tree. Block must not
205 inline void eraseNode(MachineBasicBlock *BB) {
207 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 198 /// eraseNode - Removes a node from the dominator tree. Block must not
201 inline void eraseNode(MachineBasicBlock *BB) {
203 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 202 /// eraseNode - Removes a node from the dominator tree. Block must not
205 inline void eraseNode(MachineBasicBlock *BB) {
207 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 202 /// eraseNode - Removes a node from the dominator tree. Block must not
205 inline void eraseNode(MachineBasicBlock *BB) {
207 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 203 /// eraseNode - Removes a node from the dominator tree. Block must not
206 inline void eraseNode(MachineBasicBlock *BB) {
208 DT->eraseNode(BB);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 156 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 186 DT.eraseNode(*LI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
UnreachableBlockElim.cpp 149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 216 DT.eraseNode(*LI);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 508 /// eraseNode - Removes a node from the dominator tree. Block must not
511 void eraseNode(NodeT *BB) {
804 /// eraseNode - Removes a node from the dominator tree. Block must not
807 inline void eraseNode(BasicBlock *BB) {
808 DT->eraseNode(BB);
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntervalMap.h     [all...]

Completed in 458 milliseconds

1 2 3