Searched defs:NodeT (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 217 struct NodeT { struct 223 explicit NodeT(size_t Index, uint64_t Size, uint64_t Count) in NodeT() function 226 bool isEntry() const { return Index == 0; } in isEntry() 238 size_t Index{0}; 240 size_t CurIndex{0}; 242 uint64_t Size{0}; 244 uint64_t ExecutionCount{0}; 246 ChainT *CurChain{nullptr}; 248 mutable uint64_t EstimatedAddr{0}; 250 NodeT *ForcedSucc{nullptr}; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument 290 #define RegionGraphTraits(RegionT, NodeT) \ argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 946 addStackNodesForMIB(ContextNode * AllocNode,CallStack<NodeT,IteratorT> & StackContext,CallStack<NodeT,IteratorT> & CallsiteContext,AllocationType AllocType) addStackNodesForMIB() argument 1514 getStackIdsWithContextNodes(CallStack<NodeT,IteratorT> & CallsiteContext) getStackIdsWithContextNodes() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 57 using NodeT = typename DomTreeT::NodeType; member
|