Searched defs:NodeT (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CFGMatchSwitch.h | 50 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGStmt() 65 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOfCFGInit()
|
H A D | MatchSwitch.h | 106 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOf()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 217 struct NodeT { struct 223 explicit NodeT(size_ argument 226 isEntry__anonc748089a0111::NodeT isEntry() argument 238 Index__anonc748089a0111::NodeT global() argument 240 CurIndex__anonc748089a0111::NodeT global() argument 242 Size__anonc748089a0111::NodeT global() argument 244 ExecutionCount__anonc748089a0111::NodeT global() argument 246 CurChain__anonc748089a0111::NodeT global() argument 248 EstimatedAddr__anonc748089a0111::NodeT global() argument 250 ForcedSucc__anonc748089a0111::NodeT global() argument 252 ForcedPred__anonc748089a0111::NodeT global() argument 254 OutJumps__anonc748089a0111::NodeT global() argument 256 InJumps__anonc748089a0111::NodeT global() argument [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument 290 #define RegionGraphTraits(RegionT, NodeT) \ argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1010 addStackNodesForMIB(ContextNode * AllocNode,CallStack<NodeT,IteratorT> & StackContext,CallStack<NodeT,IteratorT> & CallsiteContext,AllocationType AllocType) addStackNodesForMIB() argument 1630 getStackIdsWithContextNodes(CallStack<NodeT,IteratorT> & CallsiteContext) getStackIdsWithContextNodes() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 57 using NodeT = typename DomTreeT::NodeType; member
|