Searched refs:insert (Results 351 - 375 of 764) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp57 S.insert(D);
409 Escaped.insert(VD);
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp66 Done.insert(V);
314 TestFunctions.insert(cast<Function>(NewVMap[TNOF]));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp256 Pass.TA.insert(I->IvarD->getLocation(), toWhich);
281 Pass.TA.insert(I->IvarD->getLocation(),
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h335 if (ExtInfo.Branches.insert(Block))
370 return getExtInfo().Branches.insert(Block);
H A DMicrosoftVBTables.cpp84 if (!VBasesSeen.insert(Base))
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp256 std::pair<ELFUniqueMapTy::iterator, bool> Entry = Map.insert(
294 Map.insert(std::make_pair(P, (MCSectionCOFF *)0));
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp367 MF->insert(MBBI, NewBB);
390 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo());
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp255 insert(r_key);
261 insert(const_reference r_value) function in class:pb_ds::detail::PB_DS_OV_TREE_CLASS_NAME
/freebsd-10.3-release/contrib/gcc/
H A Dtree-nested.c268 enum insert_option insert)
275 slot = htab_find_slot (info->field_map, &dummy, insert);
278 gcc_assert (insert != INSERT);
283 if (!elt && insert == INSERT)
383 INFO and insert the initialization statement before TSI. */
409 /* Similarly, but copy from the temporary and insert the statement
469 enum insert_option insert)
476 slot = htab_find_slot (info->var_map, &dummy, insert);
479 gcc_assert (insert != INSERT);
484 if (!elt && insert
267 lookup_field_for_decl(struct nesting_info *info, tree decl, enum insert_option insert) argument
468 lookup_tramp_for_decl(struct nesting_info *info, tree decl, enum insert_option insert) argument
[all...]
/freebsd-10.3-release/contrib/nvi/vi/
H A Dv_itxt.c210 goto insert;
215 insert: p = L("");
321 * we're in line mode delete all of the lines and insert a replacement
352 /* If replacing entire lines, insert a replacement line. */
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp640 FnsWithNativeABI.insert(&F);
787 NonZeroChecks.insert(Shadow);
986 DFSF.NonZeroChecks.insert(CombinedShadow);
1319 DFSF.SkipInsts.insert(LI);
1321 DFSF.NonZeroChecks.insert(LI);
1370 DFSF.SkipInsts.insert(ExVal);
1373 DFSF.SkipInsts.insert(ExShadow);
1375 DFSF.NonZeroChecks.insert(ExShadow);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DListener.cpp78 m_broadcasters.insert(std::make_pair(broadcaster, BroadcasterInfo(event_mask)));
111 m_broadcasters.insert(std::make_pair(broadcaster, BroadcasterInfo(event_mask, callback, callback_user_data)));
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dutils_test.cpp250 strings.insert("First");
251 strings.insert("Second");
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm54 * we cannot allow the linker to insert a stub at the end of this
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp502 void insert(ScalarEvolution *SE, Loop *Lp, Value *Ptr, bool WritePtr,
1014 LoopVectorizationLegality::RuntimePointerCheck::insert(ScalarEvolution *SE, function in class:LoopVectorizationLegality::RuntimePointerCheck
2568 "insert.gep");
2820 SafePointes.insert(LI->getPointerOperand());
2822 SafePointes.insert(SI->getPointerOperand());
3148 Uniforms.insert(I);
3151 Worklist.insert(Worklist.end(), I->op_begin(), I->op_end());
3175 Accesses.insert(MemAccessInfo(Ptr, false));
3177 ReadOnlyPtr.insert(Ptr);
3182 Accesses.insert(MemAccessInf
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp151 if (FilesSet.insert(Filename))
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp142 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSink.cpp160 Stores.insert(Inst);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp222 BasicBlock::iterator New = BIL.insert(BI, I);
411 // Create the new PHI node, insert it into NewBB at the end of the block
445 // Create new basic block, insert right before the original block.
464 // list is empty, we need to insert dummy entries into the PHI nodes in BB to
568 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1);
573 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2);
608 // Return value might be bitcasted. Clone and insert it before the
612 Pred->getInstList().insert(NewRet, NewBC);
H A DBypassSlowDivision.cpp177 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value));
197 // If previous instance does not exist, insert fast div
H A DGlobalStatus.cpp135 if (PhiUsers.insert(PN)) // Not already visited.
H A DSpecialCaseList.cpp122 Entries[Prefix][Category].Strings.insert(Regexp);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclContextInternals.h230 Vec.insert(I, D);
H A DMangle.h104 Result = BlockIds.insert(std::make_pair(BD, BlockIds.size()));
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBumpVector.h160 /// insert - Insert some number of copies of element into a position. Return
162 iterator insert(iterator I, size_t Cnt, const_reference E, function in class:clang::BumpVector

Completed in 169 milliseconds

<<11121314151617181920>>