Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h182 void setEntry(Entry *E) { in setEntry() function
198 setEntry(O.CacheEntry); in Cursor()
202 setEntry(O.CacheEntry);
206 ~Cursor() { setEntry(nullptr); } in ~Cursor()
212 setEntry(nullptr); in setPhysReg()
214 setEntry(Cache.get(PhysReg)); in setPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp395 void setEntry(MachineBasicBlock *NewEntry);
966 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion
1053 setEntry(MBB); in LinearizedRegion()
1061 setEntry(nullptr); in LinearizedRegion()
2274 CurrentRegion->setEntry(IfBB); in createIfRegion()
2371 CurrentRegion->setEntry(IfBB); in createIfRegion()
2524 LRegion->setEntry(Region->getEntry()); in initLinearizedRegion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp210 RegionOfVPBB->setEntry(VPBB); in getOrCreateVPBB()
H A DVPlan.h2587 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
H A DLoopVectorize.cpp8714 Plan->getVectorLoopRegion()->setEntry(HeaderVPBB); in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1138 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp409 TheSummary->setEntry(I, Res[I]); in setSummary()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1272 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1757 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1681 cfg->setEntry(createBlock()); in buildCFG()