Searched defs:CurrentBlock (Results 1 - 6 of 6) sorted by relevance

/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/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h163 uint8_t CurrentBlock; member in struct:phFriNfc_Type2_AddInfo
231 uint16_t CurrentBlock; member in struct:phFriNfc_MfStd_AddInfo
H A DphFriNfc_NdefMap.h546 uint8_t CurrentBlock; member in struct:phFriNfc_MifareULCont
585 uint32_t CurrentBlock; member in struct:phFriNfc_MockupCont
734 uint8_t CurrentBlock; member in struct:phFriNfc_TopazCont
/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));
111 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
118 schedule()->AddReturn(CurrentBlock(), ret);
126 schedule()->AddReturn(CurrentBlock(), ret);
134 schedule()->AddReturn(CurrentBlock(), ret);
265 schedule()->AddTailCall(CurrentBlock(), tail_call);
286 schedule()->AddTailCall(CurrentBlock(), tail_call);
307 schedule()->AddTailCall(CurrentBlock(), tail_call);
330 schedule()->AddTailCall(CurrentBlock(), tail_cal
462 BasicBlock* RawMachineAssembler::CurrentBlock() { function in class:v8::internal::compiler::RawMachineAssembler
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2610 BasicBlock *CurrentBlock = CurInst->getParent(); local
2613 for (BasicBlock *P : predecessors(CurrentBlock)) {
2617 if (P == CurrentBlock) {
2658 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2682 CurInst->getName() + ".pre-phi", &CurrentBlock->front());
2691 addToLeaderTable(ValNo, Phi, CurrentBlock);
2697 removeFromLeaderTable(ValNo, CurInst, CurrentBlock);
2713 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) {
2715 if (CurrentBlock == &F.getEntryBlock())
2719 if (CurrentBlock
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3251 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member in struct:gl_dlist_state

Completed in 136 milliseconds