Searched refs:Inserted (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DPassManager.cpp101 bool Inserted; local
102 llvm::tie(RI, Inserted) = ModuleAnalysisResults.insert(std::make_pair(
105 if (Inserted) {
123 bool Inserted; local
124 llvm::tie(RI, Inserted) = FunctionAnalysisResults.insert(std::make_pair(
127 if (Inserted) {
H A DPassRegistry.cpp109 bool Inserted = local
111 assert(Inserted && "Pass registered multiple times!");
112 (void)Inserted;
H A DVerifier.cpp734 bool Inserted = SeenIDs.insert(std::make_pair(ID, Op)).second; local
735 Assert1(Inserted,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp655 bool Inserted = false; local
657 i != e && !Inserted; ++i) {
659 Inserted = true;
663 if (!Inserted)
H A DInlineSpiller.cpp478 bool Inserted; local
479 tie(SVI, Inserted) =
481 if (!Inserted) {
557 tie(SVI, Inserted) =
563 if (Inserted)
590 tie(SVI, Inserted) = SibValues.insert(std::make_pair(SrcVNI,
593 if (Inserted)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h172 Node *Inserted = GetOrInsertNode(N); local
173 (void)Inserted;
174 assert(Inserted == N && "Node already inserted!");
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp152 bool Inserted = CallSiteToFunctionMap.insert( local
154 (void)Inserted;
155 assert(Inserted && "Pair was already in CallSiteToFunctionMap");
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp227 bool Inserted; local
228 llvm::tie(PropsIt, Inserted) =
233 if (Inserted) {
H A DLoopStrengthReduce.cpp3006 bool Inserted = InsertFormula(LU, LUIdx, F); local
3007 assert(Inserted && "Initial formula already exists!"); (void)Inserted;
3018 bool Inserted = InsertFormula(LU, LUIdx, F); local
3019 assert(Inserted && "Supplemental formula already exists!"); (void)Inserted;
3050 SmallPtrSet<const SCEV *, 8> Inserted; local
3063 if (!Inserted.insert(U)) continue;
4559 DenseMap<BasicBlock *, Value *> Inserted; local
4603 Inserted
[all...]
H A DSROA.cpp488 bool Inserted; local
490 llvm::tie(MTPI, Inserted) =
493 if (!Inserted) {
509 insertUse(II, Offset, Size, /*IsSplittable=*/Inserted && Length);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp870 bool Inserted; local
871 llvm::tie(I, Inserted) = VFTablesMap.insert(
873 if (!Inserted)
H A DCGCall.cpp889 bool Inserted = FunctionsBeingProcessed.insert(&FI); (void)Inserted; local
890 assert(Inserted && "Recursively being processed?");
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt185 * Inserted missing reserved field into structure for IOC
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt207 * Inserted missing reserved field into structure for IOC
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2793 bool Inserted; local
2794 llvm::tie(J, Inserted) = VisitedGroupIndices.insert(
2796 if (Inserted)
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2715 bool Inserted = Done.insert(BB);
2716 if (!Inserted)

Completed in 173 milliseconds