Searched defs:preds (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | basic_block.rb | 19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class-inl.h | 61 ALWAYS_INLINE inline bool PredComp(const Item &item, const FirstPred &pred, const Pred &... preds) in PredComp() 67 ALWAYS_INLINE inline Item *BinSearch(Span<Item> items, Key key, const Pred &... preds) in BinSearch() 276 inline Method *Class::FindDirectMethod(Key key, const Pred &... preds) const in FindDirectMethod() 312 inline Method *Class::FindClassMethod(Key key, const Pred &... preds) const in FindClassMethod() 331 inline Method *Class::FindInterfaceMethod(Key key, const Pred &... preds) const in FindInterfaceMethod()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 544 [[maybe_unused]] auto preds = block->GetPredsBlocks(); in CheckDataFlow() local
|