HomeSort by relevance Sort by last modified time
    Searched defs:BlkNum (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 50 int BlkNum; // Postorder number.
57 : BB(ThisBB), AvailableVal(V), DefBB(V ? this : nullptr), BlkNum(0),
154 unsigned BlkNum = 1;
160 Info->BlkNum = -1;
167 if (Info->BlkNum == -2) {
169 Info->BlkNum = BlkNum++;
177 // Leave this entry on the worklist, but set its BlkNum to mark that its
181 Info->BlkNum = -2;
188 if (!SuccInfo || SuccInfo->BlkNum)
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 676 uint16_t BlkNum;
711 uint16_t BlkNum;
    [all...]

Completed in 5187 milliseconds