Home
last modified time | relevance | path

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

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