|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/InterferenceCache.cpp 137 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
215 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
lib/CodeGen/LiveDebugVariables.cpp 1212 std::tie(Spilled, SpillOffset) = Pair.second;
lib/CodeGen/LiveIntervals.cpp 655 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
lib/CodeGen/LiveRangeCalc.cpp 224 std::tie(Start, End) = Indexes->getMBBRange(MBB);
308 std::tie(Begin, End) = Indexes->getMBBRange(&B);
398 std::tie(Start, End) = Indexes->getMBBRange(Pred);
439 std::tie(Start, End) = Indexes->getMBBRange(BN);
552 std::tie(Start, End) = Indexes->getMBBRange(MBB);
lib/CodeGen/SafeStackColoring.cpp 210 std::tie(BBStart, BBEnd) = BlockInstRange[BB];
lib/CodeGen/SplitKit.cpp 231 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1176 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
1604 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1706 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1799 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp 589 std::tie(SubExprResult, RemainingExpr) = Ctx;
634 std::tie(LHSResult, RemainingExpr) = LHSAndRemaining;
lib/IR/LegacyPassManager.cpp 245 std::tie(FnCountBefore, FnCountAfter) = Change;
lib/Linker/IRMover.cpp 1104 std::tie(Old, New) = Elem;
lib/Linker/LinkModules.cpp 383 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC];
lib/MC/MCCodeView.cpp 690 std::tie(GapSize, RangeSize) = GapAndRangeSizes[I];
lib/Passes/StandardInstrumentations.cpp 155 std::tie(M, Extra) = UnwrappedModule.getValue();
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp 3414 std::tie(NumElements, ElementWidth) = *VK;
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp 1110 std::tie(RangeBegin, RangeEnd) = Range;
lib/Transforms/IPO/Inliner.cpp 1028 std::tie(CS, InlineHistoryID) = Calls[i];
lib/Transforms/Utils/PredicateInfo.cpp 174 std::tie(ASrc, ADest) = getBlockEdge(A);
175 std::tie(BSrc, BDest) = getBlockEdge(B);
tools/clang/lib/Edit/EditedSource.cpp 61 std::tie(ExpLoc, ArgUse) = ExpArg;
tools/clang/lib/Lex/PPMacroExpansion.cpp 1040 std::tie(prevLexer, tokIndex) = Lexer;
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp 590 std::tie(LastRow, LastCol) = TreePairs.back();
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp 154 void SetUp() { std::tie(Version, Format) = GetParam(); }
utils/TableGen/AsmWriterEmitter.cpp 702 std::tie(OpIndex, PrintIndex) = getOpData(Name);
utils/TableGen/CodeGenRegisters.cpp 478 std::tie(SubRegIdx, SubReg) = SubRegQueue.front();