Searched defs:DropOperands (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/full-codegen/
H A Dfull-codegen.cc291 codegen()->DropOperands(count);
297 codegen()->DropOperands(count);
305 codegen()->DropOperands(count);
312 codegen()->DropOperands(1);
474 void FullCodeGenerator::DropOperands(int count) { function in class:v8::internal::FullCodeGenerator
1529 DropOperands(1);
1600 DropOperands(TryBlockConstant::kElementCount);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp669 N->DropOperands();
5815 /// DropOperands - Release the operands and set this node to have
5817 void SDNode::DropOperands() { function in class:SDNode
6717 DropOperands();

Completed in 553 milliseconds