Searched defs:MoveBefore (Results 1 – 11 of 11) sorted by relevance
107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
202 func (l *List[T]) MoveBefore(e, mark *Element[T]) { func
202 func (l *List) MoveBefore(e, mark *Element) { func
208 func (l *_List[T]) MoveBefore(e, mark *_Element[T]) { func
745 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
746 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
2022 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() function in art::HInstruction
3943 Instruction *MoveBefore; in freezeOtherUses() local
1135 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func