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/Transforms/Vectorize/
H A DVPlanConstruction.cpp418 R->setEntry(HeaderVPB); in createLoopRegion()
H A DVPlan.h3791 void setEntry(VPBlockBase *EntryBlock) {
3934 setEntry(createVPBasicBlock("preheader"));
3941 void setEntry(VPBasicBlock *VPBB) {
H A DVPlan.cpp922 setEntry(createVPIRBasicBlock(L->getLoopPreheader())); in VPlan()
H A DLoopVectorize.cpp7609 Plan.setEntry(NewEntry); in emitMinimumVectorEpilogueIterCountCheck()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp451 TheSummary->setEntry(I, Res[I]); in setSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1285 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1283 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1755 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1768 cfg->setEntry(createBlock()); in buildCFG()