Home
last modified time | relevance | path

Searched defs:AddBefore (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp140 static bool AddBefore = false; ///< 'b' modifier variable
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc2354 void HInstructionList::AddBefore(HInstruction* cursor, const HInstructionList& instruction_list) { in AddBefore() function in art::HInstructionList