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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 49 int NestLevel
150 int NestLevel
172 if (NestLevel > MAX_INCLUDE_NEST_LEVEL) {
185 if (NestLevel == 1) {
258 Status = DSCParseInclude (DSC, ThisSectionName, NestLevel + 1);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 408 unsigned NestLevel,
419 if (IsChainDependent(Op.getNode(), Inner, NestLevel, TII))
427 ++NestLevel;
430 if (NestLevel == 0)
432 --NestLevel;
451 /// NestLevel and MaxNested are used in recursion to indcate the current level
458 FindCallSeqStart(SDNode *N, unsigned &NestLevel, unsigned &MaxNest,
468 unsigned MyNestLevel = NestLevel;
485 ++NestLevel;
486 MaxNest = std::max(MaxNest, NestLevel);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 265 milliseconds