Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
626 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
649 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
697 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
H A DScheduleDAGSDNodes.cpp837 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/freebsd/contrib/bmake/
H A Dhash.h159 bool isNew; in HashSet_Add() local
H A Dtarg.c273 bool isNew; in Targ_GetNode() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp65 bool isNew; in processCallEnter() local
357 bool isNew; in processCallExit() local
381 bool isNew; in processCallExit() local
563 bool isNew; in inlineCall() local
H A DCoreEngine.cpp588 bool isNew; in generateCallExitBeginNode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp858 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
863 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
893 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
H A DMachineLICM.cpp957 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2325 bool isNew; in createThunks() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2743 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local