/external/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 187 bool Inserted; in addEdge() local 188 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Src, nullptr)); in addEdge() 189 if (Inserted) { in addEdge() 194 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Dest, nullptr)); in addEdge() 195 if (Inserted) in addEdge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.cpp | 185 bool Inserted; in getChildDeclContext() local 189 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext() 190 assert(Inserted && "Failed to insert DeclContext"); in getChildDeclContext() 191 (void)Inserted; in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 258 bool Inserted; in addEdge() local 259 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Src, nullptr)); in addEdge() 260 if (Inserted) { in addEdge() 265 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Dest, nullptr)); in addEdge() 266 if (Inserted) in addEdge()
|
/external/llvm/lib/IR/ |
D | PassRegistry.cpp | 55 bool Inserted = in registerPass() local 57 assert(Inserted && "Pass registered multiple times!"); in registerPass() 58 (void)Inserted; in registerPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | PassRegistry.cpp | 60 bool Inserted = in registerPass() local 62 assert(Inserted && "Pass registered multiple times!"); in registerPass() 63 (void)Inserted; in registerPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 74 bool Inserted; in getNumber() local 75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber}); in getNumber() 76 if (Inserted) in getNumber()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PassManager.h | 620 bool Inserted; in invalidateImpl() local 621 std::tie(IMapI, Inserted) = in invalidateImpl() 623 (void)Inserted; in invalidateImpl() 624 assert(Inserted && "Should not have already inserted this ID, likely " in invalidateImpl() 801 bool Inserted = in invalidate() local 804 (void)Inserted; in invalidate() 805 assert(Inserted && "Should never have already inserted this ID, likely " in invalidate() 852 bool Inserted; in getResultImpl() local 853 std::tie(RI, Inserted) = AnalysisResults.insert(std::make_pair( in getResultImpl() 858 if (Inserted) { in getResultImpl()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 238 bool Inserted = NewBBs.insert(NewBB).second; in recordSplitCriticalEdge() local 239 (void)Inserted; in recordSplitCriticalEdge() 240 assert(Inserted && in recordSplitCriticalEdge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 246 bool Inserted = NewBBs.insert(NewBB).second; in recordSplitCriticalEdge() local 247 (void)Inserted; in recordSplitCriticalEdge() 248 assert(Inserted && in recordSplitCriticalEdge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 444 bool Inserted = RetainedEdges.insert(&CalleeN).second; in updateCGAndAnalysisManagerForFunctionPass() local 445 (void)Inserted; in updateCGAndAnalysisManagerForFunctionPass() 446 assert(Inserted && "We should never visit a function twice."); in updateCGAndAnalysisManagerForFunctionPass() 466 bool Inserted = RetainedEdges.insert(&RefereeN).second; in updateCGAndAnalysisManagerForFunctionPass() local 467 (void)Inserted; in updateCGAndAnalysisManagerForFunctionPass() 468 assert(Inserted && "We should never visit a function twice."); in updateCGAndAnalysisManagerForFunctionPass()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | PassRegistry.cpp | 108 bool Inserted = in registerPass() local 110 assert(Inserted && "Pass registered multiple times!"); in registerPass() 111 (void)Inserted; in registerPass()
|
/external/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 237 bool Inserted; in TEST_F() local 239 std::tie(NewIt, Inserted) = in TEST_F() 245 EXPECT_TRUE(Inserted); in TEST_F() 248 std::tie(ExistingIt, Inserted) = in TEST_F() 252 EXPECT_FALSE(Inserted); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 179 SmallVector<PHINode *, 8> Inserted; in TEST() local 181 Updater.RewriteAllUses(&DT, &Inserted); in TEST() 184 EXPECT_EQ(Inserted.size(), 1u); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 239 bool Inserted; in TEST_F() local 241 std::tie(NewIt, Inserted) = in TEST_F() 247 EXPECT_TRUE(Inserted); in TEST_F() 250 std::tie(ExistingIt, Inserted) = in TEST_F() 254 EXPECT_FALSE(Inserted); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/SystemZ/ |
D | mem-interleaving-costs.ll | 56 ; CHECK: LV: Inserted: store i32 %tmp1, i32* %tmp2, align 4 59 ; CHECK: LV: Inserted: %tmp1 = load i32, i32* %tmp0, align 4
|
/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 666 bool Inserted = false; in visitSoftInstr() local 668 i != e && !Inserted; ++i) { in visitSoftInstr() 670 Inserted = true; in visitSoftInstr() 674 if (!Inserted) in visitSoftInstr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 478 bool Inserted; in traceSiblingValue() local 479 tie(SVI, Inserted) = in traceSiblingValue() 481 if (!Inserted) { in traceSiblingValue() 557 tie(SVI, Inserted) = in traceSiblingValue() 563 if (Inserted) in traceSiblingValue() 590 tie(SVI, Inserted) = SibValues.insert(std::make_pair(SrcVNI, in traceSiblingValue() 593 if (Inserted) in traceSiblingValue()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | FoldingSet.h | 172 Node *Inserted = GetOrInsertNode(N); in InsertNode() local 173 (void)Inserted; in InsertNode() 174 assert(Inserted == N && "Node already inserted!"); in InsertNode()
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 172 Node *Inserted = GetOrInsertNode(N); in InsertNode() local 173 (void)Inserted; in InsertNode() 174 assert(Inserted == N && "Node already inserted!"); in InsertNode()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | FoldingSet.h | 177 Node *Inserted = GetOrInsertNode(N); in InsertNode() local 178 (void)Inserted; in InsertNode() 179 assert(Inserted == N && "Node already inserted!"); in InsertNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 459 T *Inserted = GetOrInsertNode(N); in InsertNode() local 460 (void)Inserted; in InsertNode() 461 assert(Inserted == N && "Node already inserted!"); in InsertNode()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 195 bool Inserted; in collectConstantCandidates() local 196 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0)); in collectConstantCandidates() 197 if (Inserted) { in collectConstantCandidates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 1301 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops() local 1302 (void)Inserted; in buildClonedLoops() 1303 assert(Inserted && "Should only visit an unlooped block once!"); in buildClonedLoops() 1682 bool Inserted = NewExitLoopBlocks.insert(PredBB).second; in rebuildLoopAfterUnswitch() local 1683 (void)Inserted; in rebuildLoopAfterUnswitch() 1684 assert(Inserted && "Should only visit an unlooped block once!"); in rebuildLoopAfterUnswitch() 2168 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost() local 2169 (void)Inserted; in computeDomSubtreeCost() 2170 assert(Inserted && "Should not insert a node while visiting children!"); in computeDomSubtreeCost()
|
D | SpeculateAroundPHIs.cpp | 462 bool Inserted = SpecCostMap.insert({I, Cost}).second; in findProfitablePHIs() local 463 (void)Inserted; in findProfitablePHIs() 464 assert(Inserted && "Must not re-insert a cost during the DFS!"); in findProfitablePHIs()
|
/external/llvm/include/llvm/IR/ |
D | PassManager.h | 527 bool Inserted; in getResultImpl() local 528 std::tie(RI, Inserted) = AnalysisResults.insert(std::make_pair( in getResultImpl() 533 if (Inserted) { in getResultImpl()
|