Home
last modified time | relevance | path

Searched refs:nodesToProcess (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp507 std::deque<StackNode *> nodesToProcess; in runOnFunction() local
525 nodesToProcess.push_front( in runOnFunction()
535 while (!nodesToProcess.empty()) { in runOnFunction()
538 StackNode *NodeToProcess = nodesToProcess.front(); in runOnFunction()
552 nodesToProcess.push_front( in runOnFunction()
562 nodesToProcess.pop_front(); in runOnFunction()