Home
last modified time | relevance | path

Searched defs:Gap (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp155 void setGap(bool Gap) { GapRegion = Gap; } in setGap()
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt() local
1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt() local
1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt() local
1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt() local
1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt() local
1378 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt() local
1441 auto Gap = in VisitAbstractConditionalOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp216 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; in buildJumpTable() local
H A DRegAllocGreedy.cpp2188 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() local
2215 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp269 IntRange Gap = { GapLow, GapHigh }; in SwitchConvert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp92 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() local