Searched refs:erase (Results 926 - 950 of 1306) sorted by relevance
1...<<31323334353637383940>>...53
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 62 gTestName.erase(std::remove(gTestName.begin(), gTestName.end(), '-'), gTestName.end()); in DrawElementsToGoogleTestName()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_fusion.cpp | 100 instructions->erase( in RemoveIfNotUsedContinueOrConditionBlock()
|
H A D | loop_unswitch_pass.cpp | 220 if_merge_block_dtn->parent_->children_.erase(std::find( in PerformUnswitch()
|
H A D | register_pressure.cpp | 154 live_inout->live_in_.erase(&insn); in ComputePartialLiveness()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_fusion.cpp | 100 instructions->erase( in RemoveIfNotUsedContinueOrConditionBlock()
|
H A D | loop_unswitch_pass.cpp | 220 if_merge_block_dtn->parent_->children_.erase(std::find( in PerformUnswitch()
|
H A D | register_pressure.cpp | 154 live_inout->live_in_.erase(&insn); in ComputePartialLiveness()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 84 mOboeStreams.erase(streamIndex); in freeStreamIndex()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fuchsia.cpp | 472 SK_UNUSED bool wasFound = fBufferCache.erase(bufferId) != 0; in OnSkDataDeleted()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 315 table_builders_.erase(tag); in RemoveTableBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 698 void undefineMacro(StringRef Name) { MacroMap.erase(Name); } in undefineMacro()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 518 Callees.erase(std::unique(Callees.begin(), Callees.end()), Callees.end()); in runDataFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 438 // The function LI.erase has some invariants that need to be preserved when in deleteDeadLoopBlocks() 442 // break this invariant for the dead loop. So we detatch and erase all dead in deleteDeadLoopBlocks() 455 LI.erase(DL); in deleteDeadLoopBlocks()
|
H A D | SpeculateAroundPHIs.cpp | 697 // Then erase the instructions as they have been fully speculated. The walk in speculatePHIs() 715 // It is important to immediately erase this so that it stops using other in speculatePHIs() 721 // point, so erase them. in speculatePHIs() 755 PNs.erase(llvm::remove_if(PNs, in tryToSpeculatePHIs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollPeel.cpp | 569 cast<BasicBlock>(VMap[Header])->getInstList().erase(NewPHI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 474 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 490 return MBB.erase(I); in eliminateCallFramePseudoInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 379 MBB.erase(II);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 536 // Update SeenMIs set: register newly created MI and erase removed DefMI. in optimizeSelect() 538 SeenMIs.erase(DefMI); in optimizeSelect() 547 // The caller will erase MI, but not DefMI. in optimizeSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 152 MBB.erase(MI.getIterator()); in expandPostRAPseudo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 530 Blocks.erase(RegionStartIt, RegionEndIt); in takeSingleEntrySubRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 526 return segments.erase(I);
|
/third_party/vixl/src/aarch64/ |
H A D | decoder-aarch64.h | 407 visitors_.erase(old_end_, visitors_.end()); in ~ScopedAddVisitors()
|
/third_party/vixl/test/ |
H A D | test-api.cc | 412 if (expected.erase(f) == 0) unexpected.insert(f); in TEST()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 194 descriptor_pool_map->erase(self->pool); in Dealloc()
|
Completed in 26 milliseconds
1...<<31323334353637383940>>...53