Lines Matching refs:Stack

37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack,
52 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack,
68 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack,
78 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
83 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {
88 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
97 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {
102 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
111 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {
116 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
138 Stack<const Type*>* stack) const {
152 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack,
172 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
207 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack,
226 Stack<const Type*> catch_stack = *stack;
235 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
280 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {
297 Stack<const Type*> continuation_stack = *stack;
308 Stack<const Type*> catch_stack = *stack;
314 Stack<const Type*> return_stack = *stack;
328 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
419 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack,
431 Stack<const Type*> catch_stack = *stack;
440 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
471 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {
486 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
516 void CallRuntimeInstruction::TypeInstruction(Stack<const Type*>* stack,
529 Stack<const Type*> catch_stack = *stack;
541 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
589 void BranchInstruction::TypeInstruction(Stack<const Type*>* stack,
600 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
612 void ConstexprBranchInstruction::TypeInstruction(Stack<const Type*>* stack,
619 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
631 void GotoInstruction::TypeInstruction(Stack<const Type*>* stack,
637 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
645 void GotoExternalInstruction::TypeInstruction(Stack<const Type*>* stack,
653 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {}
655 void ReturnInstruction::TypeInstruction(Stack<const Type*>* stack,
661 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
666 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {}
669 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {}
671 void AbortInstruction::TypeInstruction(Stack<const Type*>* stack,
675 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {}
677 void UnsafeCastInstruction::TypeInstruction(Stack<const Type*>* stack,
683 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
691 void LoadReferenceInstruction::TypeInstruction(Stack<const Type*>* stack,
702 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
712 void StoreReferenceInstruction::TypeInstruction(Stack<const Type*>* stack,
722 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
728 void LoadBitFieldInstruction::TypeInstruction(Stack<const Type*>* stack,
735 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
744 void StoreBitFieldInstruction::TypeInstruction(Stack<const Type*>* stack,
752 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {
762 void MakeLazyNodeInstruction::TypeInstruction(Stack<const Type*>* stack,
780 Stack<DefinitionLocation>* locations, Worklist<Block*>* worklist) const {