Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp217 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 DRegionIterator.h265 #define RegionNodeGraphTraits(NodeT, BlockT, RegionT) \ argument
290 #define RegionGraphTraits(RegionT, NodeT) \ argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1010 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 DGenericDomTreeConstruction.h57 using NodeT = typename DomTreeT::NodeType; member