Searched refs:CalleeList (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp972 std::queue<ContextTrieNode *> CalleeList; local
973 CalleeList.push(Caller);
974 while (!CalleeList.empty()) {
975 ContextTrieNode *Node = CalleeList.front();
976 CalleeList.pop();
1007 CalleeList.push(CalleeNode);

Completed in 132 milliseconds