Lines Matching full:bool
133 friend bool operator == (const ConstUseIterator& a, const ConstUseIterator& b)
137 friend bool operator != (const ConstUseIterator& a, const ConstUseIterator& b)
195 friend bool operator == (const UseIterator& a, const UseIterator& b)
199 friend bool operator != (const UseIterator& a, const UseIterator& b)
237 friend bool operator== (const ConstInsIterator& a, const ConstInsIterator& b)
241 friend bool operator!= (const ConstInsIterator& a, const ConstInsIterator& b)
279 friend bool operator== (const InsIterator& a, const InsIterator& b)
283 friend bool operator!= (const InsIterator& a, const InsIterator& b)
378 bool IsGCRelated(GateRef gate) const;
393 bool HasNumberType(GateRef gate) const;
402 bool IsVtable(GateRef gate) const;
403 bool GetNoGCFlag(GateRef gate) const;
404 bool TypedCallIsNoGC(GateRef gate) const;
405 bool IsNoGC(GateRef gate) const;
425 bool IsConvertSupport(GateRef gate) const;
450 bool IsInGateNull(GateRef gate, size_t idx) const;
451 bool IsSelector(GateRef g) const;
452 bool IsSimpleState(GateRef g) const;
453 bool IsValueSelector(GateRef g) const;
454 bool IsControlCase(GateRef gate) const;
455 bool IsLoopExit(GateRef gate) const;
456 bool IsLoopExitRelated(GateRef gate) const;
457 bool IsLoopHead(GateRef gate) const;
458 bool IsLoopBack(GateRef gate) const;
459 bool IsState(GateRef gate) const;
460 bool IsConstant(GateRef gate) const;
461 bool IsDependSelector(GateRef gate) const;
462 bool IsConstantValue(GateRef gate, uint64_t value) const;
463 bool IsConstantUndefined(GateRef gate) const;
464 bool IsConstantNumber(GateRef gate) const;
465 bool IsTypedOperator(GateRef gate) const;
466 bool IsNotWrite(GateRef gate) const;
467 bool IsDead(GateRef gate) const;
468 bool IsCheckWithOneIn(GateRef gate) const;
469 bool IsCheckWithTwoIns(GateRef gate) const;
470 bool IsSchedulable(GateRef gate) const;
471 bool IsVirtualState(GateRef gate) const;
472 bool IsGeneralState(GateRef gate) const;
475 bool IsFinished(GateRef gate) const;
476 bool IsVisited(GateRef gate) const;
477 bool IsNotMarked(GateRef gate) const;
480 bool IsStateIn(const UseIterator &useIt) const;
481 bool IsDependIn(const UseIterator &useIt) const;
482 bool IsValueIn(const UseIterator &useIt) const;
483 bool IsFrameStateIn(const UseIterator &useIt) const;
484 bool IsStateIn(GateRef gate, size_t index) const;
485 bool IsDependIn(GateRef gate, size_t index) const;
486 bool IsValueIn(GateRef gate, size_t index) const;
490 bool IsFrameStateIn(GateRef gate, size_t index) const;
500 bool IsFixed(GateRef g) const;
501 bool IsProlog(GateRef g) const;
502 bool IsCFGMerge(GateRef g) const;
503 bool MetaDataEqu(GateRef g1, GateRef g2) const;
504 bool IsNop(GateRef g) const;
505 bool IsRoot(GateRef g) const;
506 bool HasOuts(GateRef gate) const;
509 bool HasIfExceptionUse(GateRef gate) const;
510 bool IsIn(GateRef g, GateRef in) const;
511 bool IsHeapObjectFromElementsKind(GateRef gate);
538 inline bool IsStateRoot(GateRef gate) const in IsStateRoot()
545 bool HasFrameState(GateRef gate) const;
658 friend bool operator== (const ConstInsIterator& a, const ConstInsIterator& b)
662 friend bool operator!= (const ConstInsIterator& a, const ConstInsIterator& b)
696 bool IsFixed(GateRef g) const;
697 bool IsProlog(GateRef g) const;
698 bool IsSchedulable(GateRef g) const;