Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalIterator.h176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval()
191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() function
230 ProcessNode(Int, getSourceGraphNode(OrigContainer, *It)); in ProcessNode()
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h185 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval()
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() function
239 ProcessNode(Int, getSourceGraphNode(OrigContainer, *It)); in ProcessNode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIntervalIterator.h187 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval()
201 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() function
240 ProcessNode(Int, getSourceGraphNode(OrigContainer, *It)); in ProcessNode()
/external/v8/src/compiler/
Deffect-control-linearizer.h44 void ProcessNode(Node* node, Node** frame_state, Node** effect,
Deffect-control-linearizer.cc471 ProcessNode(node, &frame_state, &effect, &control); in Run()
485 ProcessNode(block->control_input(), &frame_state, &effect, &control); in Run()
489 ProcessNode(block->control_input(), &frame_state, &effect, &control); in Run()
520 void EffectControlLinearizer::ProcessNode(Node* node, Node** frame_state, in ProcessNode() function in v8::internal::compiler::EffectControlLinearizer