Home
last modified time | relevance | path

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

/freebsd-src/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()
H A DMatchSwitch.h106 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOf()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp217 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 DRegionIterator.h265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument
290 #define RegionGraphTraits(RegionT, NodeT) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp946 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 DGenericDomTreeConstruction.h57 using NodeT = typename DomTreeT::NodeType; member