Home
last modified time | relevance | path

Searched refs:RemoveOne (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h80 Instruction *RemoveOne() { in RemoveOne() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineWorklist.h76 Instruction *RemoveOne() { in RemoveOne() function
DInstructionCombining.cpp1940 Instruction *I = Worklist.RemoveOne(); in DoOneIteration()
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h87 Instruction *RemoveOne() { in RemoveOne() function
/external/v8/src/objects/
Dfixed-array.h384 bool RemoveOne(MaybeObjectHandle value);
/external/v8/src/wasm/
Dwasm-objects.cc1042 memory->instances()->RemoveOne(MaybeObjectHandle::Weak(instance)); in RemoveInstance()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2763 Instruction *I = Worklist.RemoveOne(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2950 Instruction *I = Worklist.RemoveOne(); in run()
/external/v8/src/
Dobjects.cc10542 bool WeakArrayList::RemoveOne(MaybeObjectHandle value) { in RemoveOne() function in v8::internal::WeakArrayList
13923 CHECK(noscript_list->RemoveOne(MaybeObjectHandle::Weak(shared))); in SetScript()