Home
last modified time | relevance | path

Searched defs:pred_iterator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h44 using pred_iterator = std::vector<BasicBlock*>::iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h102 using pred_iterator = PredIterator<BasicBlock, Value::user_iterator>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h259 typedef SmallVectorImpl<SDep>::iterator pred_iterator; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp768 using pred_iterator = MachineBasicBlock::const_pred_iterator; in distance() typedef