Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp97 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
186 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
264 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
597 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
620 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
668 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp64 bool isNew; in processCallEnter() local
285 bool isNew; in processCallExit() local
311 bool isNew; in processCallExit() local
464 bool isNew; in REGISTER_MAP_WITH_PROGRAMSTATE() local
DCoreEngine.cpp572 bool isNew; in generateCallExitBeginNode() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp659 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
672 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
677 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
707 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp839 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbolTable.cpp73 bool isNew = p.second; in insert() local
DRelocations.cpp2066 bool isNew; in createThunks() local
/freebsd-12-stable/contrib/bmake/
Dtarg.c336 Boolean isNew; /* Set TRUE if Hash_CreateEntry had to create */ in Targ_FindNode() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2529 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local