Home
last modified time | relevance | path

Searched defs:NodeT (Results 1 – 6 of 6) 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()
H A DMatchSwitch.h106 MatchSwitchAction<NodeT, State, Result> A) && { in CaseOf()
/freebsd/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
238 size_t Index{0};
240 size_t CurIndex{0};
242 uint64_t Size{0};
244 uint64_t ExecutionCount{0};
246 ChainT *CurChain{nullptr};
250 NodeT *ForcedSucc{nullptr};
252 NodeT *ForcedPred{nullptr};
254 std::vector<JumpT *> OutJumps;
[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.cpp946 ContextNode *AllocNode, CallStack<NodeT, IteratorT> &StackContext, in addStackNodesForMIB()
1514 CallStack<NodeT, IteratorT> &CallsiteContext) { in getStackIdsWithContextNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h57 using NodeT = typename DomTreeT::NodeType; member