Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp92 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
180 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
258 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
622 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
646 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
693 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
H A DScheduleDAGSDNodes.cpp836 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp61 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.cpp631 bool isNew; in generateCallExitBeginNode() 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/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp860 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
865 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
895 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
H A DMachineLICM.cpp985 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2417 bool isNew; in addSyntheticLandingPads() local
2487 bool isNew; in createThunks() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2386 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c159715 int isNew, /* 1 for new.* ref mask, 0 for old.* ref mask */