Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp333 TopRegion->setEntry(PreheaderVPBB); in buildPlainCFG()
347 Plan.setEntry(TopRegion); in buildHierarchicalCFG()
H A DVPlan.h1645 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
2013 VPBlockBase *setEntry(VPBlockBase *Block) {
H A DLoopVectorize.cpp9059 Plan->setEntry(VPBB); in buildVPlanWithVPRecipes()
9137 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp285 TheSummary->setEntry(I, Res[I]); in setSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1080 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1284 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1750 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1598 cfg->setEntry(createBlock()); in buildCFG()