Searched defs:isNew (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 93 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local 181 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local 259 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local 599 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local 622 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local 670 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
|
H A D | ScheduleDAGSDNodes.cpp | 835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 65 bool isNew; in processCallEnter() local 357 bool isNew; in processCallExit() local 383 bool isNew; in processCallExit() local 565 bool isNew; in inlineCall() local
|
H A D | CoreEngine.cpp | 600 bool isNew; in generateCallExitBeginNode() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 753 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local 758 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local 788 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
|
H A D | MachineLICM.cpp | 850 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | InputFiles.cpp | 434 bool isNew = ignoreComdats || symtab->addComdat(comdat); in parse() local
|
H A D | SymbolTable.cpp | 107 bool isNew = p.second; in insertName() local
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Relocations.cpp | 2207 bool isNew; in createThunks() local
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 2624 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
|