Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterferenceCache.h181 void setEntry(Entry *E) { in setEntry() function
197 setEntry(O.CacheEntry); in Cursor()
201 setEntry(O.CacheEntry);
205 ~Cursor() { setEntry(nullptr); } in ~Cursor()
211 setEntry(nullptr); in setPhysReg()
213 setEntry(Cache.get(PhysReg)); in setPhysReg()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp333 TopRegion->setEntry(PreheaderVPBB); in buildPlainCFG()
347 Plan.setEntry(TopRegion); in buildHierarchicalCFG()
DVPlan.h1757 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
2125 VPBlockBase *setEntry(VPBlockBase *Block) {
DLoopVectorize.cpp9223 Plan->setEntry(VPBB); in buildVPlanWithVPRecipes()
9301 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp395 void setEntry(MachineBasicBlock *NewEntry);
968 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion
1055 setEntry(MBB); in LinearizedRegion()
1063 setEntry(nullptr); in LinearizedRegion()
2302 CurrentRegion->setEntry(IfBB); in createIfRegion()
2399 CurrentRegion->setEntry(IfBB); in createIfRegion()
2552 LRegion->setEntry(Region->getEntry()); in initLinearizedRegion()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProfWriter.cpp285 TheSummary->setEntry(I, Res[I]); in setSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h1080 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h1284 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1750 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp1605 cfg->setEntry(createBlock()); in buildCFG()