Searched refs:UnitT (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | OptBisect.h | 51 template <class UnitT> 52 bool shouldRunPass(const Pass *P, const UnitT &U);
|
/external/llvm/lib/IR/ |
D | OptBisect.cpp | 95 template <class UnitT> 96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) { in shouldRunPass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 21065 struct UnitT { } Unit; struct 21066 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==() argument 21067 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=() argument 21091 llvm::IntervalMap<int64_t, UnitT, 8, IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 22554 struct UnitT { } Unit; struct 22555 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==() argument 22556 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=() argument 22580 llvm::IntervalMap<int64_t, UnitT, 8, IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()
|