Home
last modified time | relevance | path

Searched refs:getAtomGroup (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp318 L1->getAtomGroup(), L1->getAtomRank()); in getMergedLocation()
358 if (!SameLine || !(L1->getAtomGroup() || L2->getAtomGroup())) in getMergedLocation()
374 if (!L1->getAtomGroup() || !L2->getAtomGroup()) in getMergedLocation()
375 return !L2->getAtomGroup(); in getMergedLocation()
376 return L1->getAtomGroup() < L2->getAtomGroup(); in getMergedLocation()
383 Group = UseL1Atom ? L1->getAtomGroup() : L2->getAtomGroup(); in getMergedLocation()
H A DLLVMContextImpl.h336 AtomGroup(L->getAtomGroup()), AtomRank(L->getAtomRank()),
347 && AtomGroup == RHS->getAtomGroup() &&
H A DAsmWriter.cpp2133 Printer.printInt("atomGroup", DL->getAtomGroup()); in writeDILocation()
H A DVerifier.cpp5491 if (DL->getAtomGroup()) { in visitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2439 if (!Loc->getAtomGroup() || !Loc->getAtomRank()) in computeKeyInstructions()
2444 uint64_t Group = Loc->getAtomGroup(); in computeKeyInstructions()
2487 assert(!BuoyAtom || BuoyAtom == Loc->getAtomGroup()); in computeKeyInstructions()
2488 BuoyAtom = Loc->getAtomGroup(); in computeKeyInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2538 getRawInlinedAt(), isImplicitCode(), getAtomGroup(), in cloneImpl()
2543 uint64_t getAtomGroup() const { in getAtomGroup() function
2559 if (!getAtomGroup() && !getAtomRank()) in getWithoutAtom()
2953 getInlinedAt(), isImplicitCode(), getAtomGroup(), in cloneWithDiscriminator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp47 auto CurGroup = DL->getAtomGroup(); in mapAtomInstance()
H A DValueMapper.cpp1305 auto AtomGroup = DL->getAtomGroup(); in RemapSourceAtom()
H A DInlineFunction.cpp1829 OrigDL->getAtomGroup(), OrigDL->getAtomRank()); in inlineDebugLoc()
H A DSimplifyCFG.cpp1191 if (!PredDL->getAtomGroup() && DL && DL->getAtomGroup() && in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp144 if (DL->getAtomGroup() && DL->getAtomRank() && DL->getAtomRank() < Rank) { in addInstSourceAtomMetadata()
145 Group = DL->getAtomGroup(); in addInstSourceAtomMetadata()
283 if (Loc->getAtomGroup()) in ApplyDebugLocation()
H A DCodeGenFunction.cpp447 uint64_t RetKeyInstructionsAtomGroup = Loc ? Loc->getAtomGroup() : 0; in FinishFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1833 Record.push_back(N->getAtomGroup()); in writeDILocation()
3755 Vals.push_back(DL->getAtomGroup()); in writeFunction()