Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp93 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 DScheduleDAGSDNodes.cpp835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp65 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 DCoreEngine.cpp600 bool isNew; in generateCallExitBeginNode() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp753 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 DMachineLICM.cpp850 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/openbsd/gnu/llvm/lld/wasm/
H A DInputFiles.cpp434 bool isNew = ignoreComdats || symtab->addComdat(comdat); in parse() local
H A DSymbolTable.cpp107 bool isNew = p.second; in insertName() local
/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp2207 bool isNew; in createThunks() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2624 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local