HomeSort by relevance Sort by last modified time
    Searched full:bcvalue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 109 /*@null@*/yasm_bytecode *bcvalue; /* relocated stab's bytecode */ member in struct:__anon20233
200 /*@null@*/ yasm_bytecode *bcvalue, unsigned long value)
210 stab->bcvalue = bcvalue;
214 bcvalue ? bcvalue->line : 0);
392 stab->bcvalue = NULL;
430 else if (stab->bcvalue != NULL) {
431 YASM_WRITE_32_L(buf, stab->bcvalue->offset);
476 stab->bcvalue ? stab->bcvalue->offset : stab->value)
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 133 LatticeVal BCValue;
135 BCValue = getOrInitValueState(BI->getCondition());
137 BCValue = getLatticeState(BI->getCondition());
139 if (BCValue == LatticeFunc->getOverdefinedVal() ||
140 BCValue == LatticeFunc->getUntrackedVal()) {
147 if (BCValue == LatticeFunc->getUndefVal())
150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 526 LatticeVal BCValue = getValueState(BI->getCondition());
527 ConstantInt *CI = BCValue.getConstantInt();
531 if (!BCValue.isUndefined())
595 LatticeVal BCValue = getValueState(BI->getCondition());
599 ConstantInt *CI = BCValue.getConstantInt();
601 return !BCValue.isUndefined();
    [all...]

Completed in 446 milliseconds