Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp82 size_t Gap = 0; member in __anonc8770be50111::GOFFOstream
160 size_t Gap; in newRecord() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp188 void setGap(bool Gap) { GapRegion = Gap; } in setGap()
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt() local
1599 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt() local
1719 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt() local
1762 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt() local
1801 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt() local
2028 std::optional<SourceRange> Gap = in VisitIfStmt() local
2046 std::optional<SourceRange> Gap = in VisitIfStmt() local
2109 auto Gap = in VisitAbstractConditionalOperator() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp219 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; in buildJumpTable() local
H A DRegAllocGreedy.cpp1519 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() local
1546 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights() local
1665 for (unsigned Gap : RegMaskGaps) in tryLocalSplit() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp275 IntRange Gap = {GapLow, GapHigh}; in SwitchConvert() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp90 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp720 for (const LocalVariableAddrGap &Gap : Gaps) { in printLocalVariableAddrGap() local