Searched refs:CurrentBlock (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/compiler/
H A Draw-machine-assembler.cc75 schedule()->AddGoto(CurrentBlock(), Use(label));
84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception));
118 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
125 schedule()->AddReturn(CurrentBlock(), ret);
133 schedule()->AddReturn(CurrentBlock(), ret);
141 schedule()->AddReturn(CurrentBlock(), ret);
148 schedule()->AddReturn(CurrentBlock(), ret);
155 schedule()->AddReturn(CurrentBlock(), ret);
163 schedule()->AddReturn(CurrentBlock(), re
305 BasicBlock* RawMachineAssembler::CurrentBlock() { function in class:v8::internal::compiler::RawMachineAssembler
[all...]
H A Draw-machine-assembler.h814 BasicBlock* CurrentBlock();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp2226 BasicBlock *CurrentBlock = *DI; local
2229 if (CurrentBlock == &F.getEntryBlock()) continue;
2232 if (CurrentBlock->isLandingPad()) continue;
2234 for (BasicBlock::iterator BI = CurrentBlock->begin(),
2235 BE = CurrentBlock->end(); BI != BE; ) {
2263 for (pred_iterator PI = pred_begin(CurrentBlock),
2264 PE = pred_end(CurrentBlock); PI != PE; ++PI) {
2269 if (P == CurrentBlock) {
2301 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2347 pred_iterator PB = pred_begin(CurrentBlock), P
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2368 BasicBlock *CurrentBlock = CurInst->getParent(); local
2371 for (BasicBlock *P : predecessors(CurrentBlock)) {
2375 if (P == CurrentBlock) {
2416 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2440 CurInst->getName() + ".pre-phi", &CurrentBlock->front());
2449 addToLeaderTable(ValNo, Phi, CurrentBlock);
2455 removeFromLeaderTable(ValNo, CurInst, CurrentBlock);
2471 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) {
2473 if (CurrentBlock == &F.getEntryBlock())
2477 if (CurrentBlock
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp203 const CFGBlock *CurrentBlock)
204 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
200 TransferFunctions(LiveVariablesImpl &im, LiveVariables::LivenessValues &Val, LiveVariables::Observer *Observer, const CFGBlock *CurrentBlock) argument
/external/mesa3d/src/mesa/main/
H A Ddlist.c1354 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1366 ctx->ListState.CurrentBlock = newblock;
1379 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1496 if ((list->CurrentList->Head == list->CurrentBlock) &&
1501 list->CurrentBlock = realloc(list->CurrentBlock, newSize);
1502 if (!list->CurrentBlock) {
9338 ctx->ListState.CurrentBlock = ctx->ListState.CurrentList->Head;
9394 ctx->ListState.CurrentBlock = NULL;
10500 ctx->ListState.CurrentBlock
[all...]
H A Dmtypes.h4146 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member in struct:gl_dlist_state

Completed in 286 milliseconds