Searched defs:conflict (Results 1 – 8 of 8) sorted by relevance
26 bool conflict = 2; field
32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
33 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
204 MapleSet<uint32> conflict; variable
292 bool conflict = false; in CheckInterference() local
2950 MemOperand *GraphColorRegAllocator::GetConsistentReuseMem(const uint64 *conflict, in GetConsistentReuseMem()2982 MemOperand *GraphColorRegAllocator::GetCommonReuseMem(const uint64 *conflict, const std::set<MemOpe… in GetCommonReuseMem()3019 const uint64 *conflict; in GetReuseMem() local
736 … auto conflict = std::find_if(movedRegisters->begin(), movedRegisters->end(), [pair](auto inPair) { in ResoveParameterSequence() local
555 void SetOldConflict(uint64 *conflict) in SetOldConflict()