Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp565 std::deque<StackNode *> nodesToProcess; in runOnFunction() local
583 nodesToProcess.push_front( in runOnFunction()
593 while (!nodesToProcess.empty()) { in runOnFunction()
596 StackNode *NodeToProcess = nodesToProcess.front(); in runOnFunction()
610 nodesToProcess.push_front( in runOnFunction()
620 nodesToProcess.pop_front(); in runOnFunction()