Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c37 int PredStack[R500_PVS_MAX_LOOP_DEPTH]; member
135 fc_state->PredStack[fc_state->LoopDepth] = in lower_bgnloop()
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1]; in lower_endloop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1454 SmallVector<std::pair<BasicBlock *, BBState::edge_iterator>, 16> PredStack; in ComputePostOrders() local
1462 PredStack.push_back(std::make_pair(&ExitBB, MyStates.pred_begin())); in ComputePostOrders()
1464 while (!PredStack.empty()) { in ComputePostOrders()
1466 BBState::edge_iterator PE = BBStates[PredStack.back().first].pred_end(); in ComputePostOrders()
1467 while (PredStack.back().second != PE) { in ComputePostOrders()
1468 BasicBlock *BB = *PredStack.back().second++; in ComputePostOrders()
1470 PredStack.push_back(std::make_pair(BB, BBStates[BB].pred_begin())); in ComputePostOrders()
1474 ReverseCFGPostOrder.push_back(PredStack.pop_back_val().first); in ComputePostOrders()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1419 SmallVector<std::pair<BasicBlock *, BBState::edge_iterator>, 16> PredStack; in ComputePostOrders() local
1427 PredStack.push_back(std::make_pair(&ExitBB, MyStates.pred_begin())); in ComputePostOrders()
1429 while (!PredStack.empty()) { in ComputePostOrders()
1431 BBState::edge_iterator PE = BBStates[PredStack.back().first].pred_end(); in ComputePostOrders()
1432 while (PredStack.back().second != PE) { in ComputePostOrders()
1433 BasicBlock *BB = *PredStack.back().second++; in ComputePostOrders()
1435 PredStack.push_back(std::make_pair(BB, BBStates[BB].pred_begin())); in ComputePostOrders()
1439 ReverseCFGPostOrder.push_back(PredStack.pop_back_val().first); in ComputePostOrders()