Home
last modified time | relevance | path

Searched defs:preds (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/irtoc/lang/
Dbasic_block.rb19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h61 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/
Dgraph_checker.cpp544 [[maybe_unused]] auto preds = block->GetPredsBlocks(); in CheckDataFlow() local