class RegionNode
Declaration
class RegionNode : public RegionNodeBase { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Analysis/RegionInfo.h:883
Inherits from: RegionNodeBase
Method Overview
- public inline RegionNode(llvm::Region * Parent, llvm::BasicBlock * Entry, bool isSubRegion = false)
Methods
ΒΆinline RegionNode(llvm::Region* Parent,
llvm::BasicBlock* Entry,
bool isSubRegion = false)
inline RegionNode(llvm::Region* Parent,
llvm::BasicBlock* Entry,
bool isSubRegion = false)
Declared at: llvm/include/llvm/Analysis/RegionInfo.h:885
Parameters
- llvm::Region* Parent
- llvm::BasicBlock* Entry
- bool isSubRegion = false