Home
last modified time | relevance | path

Searched defs:NodeT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h50 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGStmt()
65 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGInit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp218 NodeT(const NodeT &) = delete; argument
220 NodeT &operator=(const NodeT &) = delete; argument
196 struct NodeT { global() struct
202 NodeT__anon4fceb0470111::NodeT NodeT() argument
205 isEntry__anon4fceb0470111::NodeT isEntry() argument
214 Index__anon4fceb0470111::NodeT global() argument
216 CurIndex__anon4fceb0470111::NodeT global() argument
222 CurChain__anon4fceb0470111::NodeT global() argument
224 EstimatedAddr__anon4fceb0470111::NodeT global() argument
226 ForcedSucc__anon4fceb0470111::NodeT global() argument
228 ForcedPred__anon4fceb0470111::NodeT global() argument
230 OutJumps__anon4fceb0470111::NodeT global() argument
232 InJumps__anon4fceb0470111::NodeT global() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument
290 #define RegionGraphTraits(RegionT, NodeT) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1027 ContextNode *AllocNode, CallStack<NodeT, IteratorT> &StackContext, in addStackNodesForMIB()
1658 CallStack<NodeT, IteratorT> &CallsiteContext) { in getStackIdsWithContextNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h57 using NodeT = typename DomTreeT::NodeType; member