Home
last modified time | relevance | path

Searched defs:Difference (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Ddistance.pass.cpp30 typedef typename std::iterator_traits<It>::difference_type Difference; in check_distance() typedef
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_count_sentinel.pass.cpp26 using Difference = std::iter_difference_t<It>; in check_forward() typedef
54 using Difference = std::iter_difference_t<It>; check_forward_sized_sentinel() typedef
95 using Difference = std::iter_difference_t<It>; check_backward() typedef
[all...]
H A Diterator_count.pass.cpp22 using Difference = std::iter_difference_t<It>; check() typedef
/llvm-project/flang/include/flang/Parser/
H A Dchar-set.h68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() function
/llvm-project/bolt/lib/Passes/
H A DBinaryPasses.cpp1324 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; runOnFunctions() local
1354 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; runOnFunctions() local
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp501 bool Difference = false; in diff() local
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp358 const ssize_t Difference = FS.Width - FS.Str.size(); operator <<() local
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2131 updateOverlapStatsForFunction(uint64_t BaseSample,uint64_t TestSample,uint64_t HotBlockCount,SampleOverlapStats & FuncOverlap,double & Difference,MatchStatus Status) updateOverlapStatsForFunction() argument
2153 updateForUnmatchedCallee(const sampleprof::FunctionSamples & Func,SampleOverlapStats & FuncOverlap,double & Difference,MatchStatus Status) updateForUnmatchedCallee() argument
2177 double Difference = 0; computeSampleFunctionInternalOverlap() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp909 const float Difference = Output - Input; in printStatistic() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp769 std::optional<unsigned> Difference; haveIdenticalTripCounts() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2960 const float Difference = Output - Input; link() local
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1113 Value *Difference = CreateSub(LHS_int, RHS_int); CreatePtrDiff() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1357 ConstantRange Difference = DominatingCR.difference(CR); foldICmpWithDominatingICmp() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2378 auto *Difference = dyn_cast<Instruction>(AddOne->getOperand(0)); TEST_F() local