Searched refs:CurrentCond (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h148 uint32_t CurrentCond(const uint32_t opcode);
H A DEmulateInstructionARM.cpp2821 // The 'cond' field is handled in EmulateInstructionARM::CurrentCond().
2832 // The 'cond' field is handled in EmulateInstructionARM::CurrentCond().
13851 const uint32_t cond = CurrentCond(opcode);
13917 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { function in class:EmulateInstructionARM
14343 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32());
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1247 CondValue CurrentCond = Worklist.back();
1254 Visited.try_emplace(CurrentCond, ValueLatticeElement::getOverdefined());
1257 Val, CurrentCond, isRevisit, Visited, Worklist);
1259 Visited[CurrentCond] = *Result;

Completed in 212 milliseconds