Home
last modified time | relevance | path

Searched refs:RangeBegin (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp78 void addTryDelegate(MachineInstr *RangeBegin, MachineInstr *RangeEnd,
847 void WebAssemblyCFGStackify::addTryDelegate(MachineInstr *RangeBegin, in addTryDelegate() argument
850 auto *BeginBB = RangeBegin->getParent(); in addTryDelegate()
859 AfterSet.insert(RangeBegin); in addTryDelegate()
860 for (auto I = MachineBasicBlock::iterator(RangeBegin), E = BeginBB->begin(); in addTryDelegate()
873 MachineInstr *Try = BuildMI(*BeginBB, TryPos, RangeBegin->getDebugLoc(), in addTryDelegate()
1133 MachineInstr *RangeBegin = &MI, *RangeEnd = &MI; in fixCallUnwindMismatches() local
1134 if (RangeBegin->getIterator() != MBB.begin() && in fixCallUnwindMismatches()
1135 std::prev(RangeBegin->getIterator())->isEHLabel()) in fixCallUnwindMismatches()
1136 RangeBegin = &*std::prev(RangeBegin->getIterator()); in fixCallUnwindMismatches()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp665 uint64_t RangeBegin = Range.first.first; in populateBodySamplesForAllFunctions() local
669 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForAllFunctions()
862 uint64_t RangeBegin = Range.first.first; in populateBodySamplesForFunction() local
870 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForFunction()
1073 uint64_t RangeBegin = Range.first.first; in extractProbesFromRange() local
1077 InstructionPointer IP(Binary, RangeBegin, true); in extractProbesFromRange()
H A DProfiledBinary.cpp892 void ProfiledBinary::computeInlinedContextSizeForRange(uint64_t RangeBegin, in computeInlinedContextSizeForRange() argument
894 InstructionPointer IP(this, RangeBegin, true); in computeInlinedContextSizeForRange()
896 if (IP.Address != RangeBegin) in computeInlinedContextSizeForRange()
898 << format("%8" PRIx64, RangeBegin) << "\n"; in computeInlinedContextSizeForRange()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp630 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange() local
649 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(RangeBegin, Ctx); in encodeDefRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h4384 Node *RangeBegin = getDerived().parseExpr(); in parseBracedExpr() local
4385 if (RangeBegin == nullptr) in parseBracedExpr()
4393 return make<BracedRangeExpr>(RangeBegin, RangeEnd, Init); in parseBracedExpr()
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h4384 Node *RangeBegin = getDerived().parseExpr(); in parseBracedExpr() local
4385 if (RangeBegin == nullptr) in parseBracedExpr()
4393 return make<BracedRangeExpr>(RangeBegin, RangeEnd, Init); in parseBracedExpr()