|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SparseBitVector.h 719 Elements.back().intersectWithComplement(*Iter1, *Iter2, BecameZero);
include/llvm/Analysis/BlockFrequencyInfoImpl.h 1104 Working[Header.Index].Loop = &Loops.back();
1108 Q.emplace_back(L, &Loops.back());
lib/CodeGen/InterleavedLoadCombinePass.cpp 1270 if (!VectorInfo::computeFromSVI(SVI, Candidates.back(), DL)) {
1275 if (!Candidates.back().isInterleaved(Factor, DL)) {
lib/CodeGen/ScheduleDAGInstrs.cpp 103 if (su != L.back())
lib/Option/ArgList.cpp 213 ArgStrings.push_back(SynthesizedStrings.back().c_str());
lib/Target/AMDGPU/GCNRegBankReassign.cpp 768 Candidate C = Candidates.back();
lib/Target/PowerPC/PPCISelLowering.cpp12234 SDValue PromOp = PromOpHandles.back().getValue();
12487 SDValue PromOp = PromOpHandles.back().getValue();
lib/Transforms/Scalar/LoopDistribute.cpp 292 if (PartitionContainer.empty() || !PartitionContainer.back().hasDepCycle())
295 PartitionContainer.back().add(Inst);
479 setNewLoopID(OrigLoopID, &PartitionContainer.back());
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp 722 const Candidate &C = Candidates.back();
lib/XRay/Profile.cpp 30 auto &B = Blocks.back();
159 Node = &NodeStorage.back();
174 auto NewNode = &NodeStorage.back();
tools/clang/lib/Basic/Diagnostic.cpp 144 DiagStatesByLoc.appendFirst(&DiagStates.back());
378 DiagStates.back().setMapping(Diag, Mapping);
379 PushDiagStatePoint(&DiagStates.back(), L);
tools/clang/lib/Format/UnwrappedLineParser.cpp 146 Parser.CurrentLines = &Parser.Line->Tokens.back().Children;
2760 Line->Tokens.back().Tok->MustBreakBefore = true;
tools/clang/lib/Sema/SemaCodeComplete.cpp 1085 ShadowMap &SMap = ShadowMaps.back();
tools/clang/lib/Sema/SemaLookup.cpp 3645 ShadowMaps.back()[ND->getDeclName()].push_back(ND);
tools/clang/lib/Serialization/ASTReader.cpp 6179 DiagState *NewState = &Diag.DiagStates.back();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 3034 Pieces.back()->addFixit(I);
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp 204 SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
tools/clang/unittests/AST/ASTImporterFixtures.cpp 148 TU &FromTU = FromTUs.back();
181 TU &Tu = FromTUs.back();
tools/clang/utils/TableGen/MveEmitter.cpp 750 if (V == Used.back()) {
tools/gold/gold-plugin.cpp 547 claimed_file &cf = Modules.back();
tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp 76 m_entries.back().regex =
78 if (m_entries.back().regex.IsValid()) {
79 m_entries.back().command.assign(command_cstr);
tools/llvm-lto/llvm-lto.cpp 1026 OSPtrs.push_back(&OSs.back().os());
tools/polly/lib/Analysis/ScopInfo.cpp 2373 auto *Stmt = &Stmts.back();
2386 auto *Stmt = &Stmts.back();
2418 return &(Stmts.back());
utils/TableGen/CodeGenRegisters.cpp 1194 CodeGenRegisterClass &RC = RegClasses.back();
1258 addToMaps(&RegClasses.back());
1259 return &RegClasses.back();
utils/TableGen/GlobalISelEmitter.cpp 2971 return *static_cast<Kind *>(Actions.back().get());