contains overloads
Synopses
Declared in <llvm/ADT/GenericCycleInfo.h>
Return whether Block is contained in C. O(1).
Returns true iff Outer contains Inner. O(1). Non‐strict.
Return Value
-
True if
Blockis contained inC. -
True if
OutercontainsInner(non‐strict).
Parameters
Name |
Description |
C |
Cycle that may contain |
Block |
Candidate contained block. |
Outer |
Potentially containing cycle. |
Inner |
Potentially nested cycle. |
Created with MrDocs