Home
last modified time | relevance | path

Searched refs:back_inserter (Results 1 – 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCAtom.cpp70 std::copy(I, Data.end(), std::back_inserter(RightAtom->Data)); in split()
110 std::copy(I, Insts.end(), std::back_inserter(RightAtom->Insts)); in split()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp305 std::back_inserter(ValLoc)); in getNoopInput()
596 copy(RetPath.rbegin(), RetPath.rend(), std::back_inserter(TmpRetPath)); in returnTypeIsEligibleForTailCall()
597 copy(CallPath.rbegin(), CallPath.rend(), std::back_inserter(TmpCallPath)); in returnTypeIsEligibleForTailCall()
DIfConversion.cpp1512 std::copy(Cond.begin(), Cond.end(), std::back_inserter(BBI.Predicate)); in PredicateBlock()
1578 std::back_inserter(ToBBI.Predicate)); in CopyAndPredicateBlock()
1579 std::copy(Cond.begin(), Cond.end(), std::back_inserter(ToBBI.Predicate)); in CopyAndPredicateBlock()
1619 std::back_inserter(ToBBI.Predicate)); in MergeBlocks()
DPeepholeOptimizer.cpp263 std::back_inserter(Uses)); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLoc.cpp70 std::copy(str.begin(), str.end(), std::back_inserter(E.Loc)); in parse()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectList.cpp59 back_inserter(m_value_objects)); // destination in Append()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h63 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg])); in recordVReg()
/freebsd-10-stable/contrib/libstdc++/include/backward/
Diterator.h155 using std::back_inserter;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DVariableList.cpp59 back_inserter(m_variables)); // destination in AddVariables()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DIntervalIterator.h81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes)); in addNodeToInterval()
DBlockFrequencyImpl.h280 std::copy(po_begin(EntryBlock), po_end(EntryBlock), std::back_inserter(POT)); in doFunction()
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DPostOrderIterator.h263 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstl_iterator.h446 back_inserter(_Container& __x) in back_inserter() function
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp283 std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes)); in getArgsFunctionType()
298 std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes)); in getTrampolineFunctionType()
668 std::back_inserter(BBList)); in runOnModule()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp774 std::copy(B.pred_begin(), B.pred_end(), std::back_inserter(BlockQueue)); in checkFallThroughIntoBlock()
828 std::back_inserter(BlockQueue)); in checkFallThroughIntoBlock()
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenRegisters.cpp201 std::back_inserter(MergedRU)); in mergeRegUnits()
920 std::back_inserter(RegUnits)); in buildRegUnitSet()
DSubtargetEmitter.cpp1328 std::back_inserter(PI)); in EmitSchedModelHelpers()
DCodeGenSchedule.cpp661 std::back_inserter(PI)); in addSchedClass()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLiteralSupport.cpp923 std::remove_copy_if(Str.begin(), Str.end(), std::back_inserter(Buffer), in GetFloatValue()
/freebsd-10-stable/contrib/libc++/include/
Diterator162 template <class Container> back_insert_iterator<Container> back_inserter(Container& x);
682 back_inserter(_Container& __x)
Dregex5348 format(back_inserter(__r), __fmt.data(), __fmt.data() + __fmt.size(),
5358 format(back_inserter(__r), __fmt,
6541 _VSTD::regex_replace(back_inserter(__r), __s.begin(), __s.end(), __e,
6554 _VSTD::regex_replace(back_inserter(__r), __s.begin(), __s.end(), __e,
6568 _VSTD::regex_replace(back_inserter(__r), __s,
6583 _VSTD::regex_replace(back_inserter(__r), __s,
Dlocale3707 __narrow_to_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__ndflt),
3715 __widen_from_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__w),
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.cpp4709 std::copy(AfterOps.begin(), AfterOps.end(), std::back_inserter(BeforeOps)); in unfoldMemoryOperand()