HomeSort by relevance Sort by last modified time
    Searched refs:visitPreorder (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 127 /// po_iterator "automatically" calls back to visitPreorder and
144 bool visitPreorder(BasicBlock *BB) {
170 /// true and assign a preorder number. This is a proxy for visitPreorder
173 return visitPreorder(BB);
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 136 /// po_iterator "automatically" calls back to visitPreorder and
153 bool visitPreorder(BasicBlock *BB) {
171 return LBT.visitPreorder(To);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopIterator.h 215 /// po_iterator "automatically" calls back to visitPreorder and
232 bool visitPreorder(BasicBlock *BB) {
250 return LBT.visitPreorder(To);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 279 milliseconds