Searched defs:isNew (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | InstrEmitter.cpp | 97 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
|
| D | ScheduleDAGSDNodes.cpp | 835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCallAndReturn.cpp | 64 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
|
| D | CoreEngine.cpp | 572 bool isNew; in generateCallExitBeginNode() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TwoAddressInstructionPass.cpp | 659 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
|
| D | MachineLICM.cpp | 839 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SymbolTable.cpp | 73 bool isNew = p.second; in insert() local
|
| D | Relocations.cpp | 2066 bool isNew; in createThunks() local
|
| /freebsd-12-stable/contrib/bmake/ |
| D | targ.c | 336 Boolean isNew; /* Set TRUE if Hash_CreateEntry had to create */ in Targ_FindNode() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 2529 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
|