Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h186 void setEntry(Entry *E) { in setEntry() function
202 setEntry(O.CacheEntry); in Cursor()
206 setEntry(O.CacheEntry);
210 ~Cursor() { setEntry(nullptr); } in ~Cursor()
216 setEntry(nullptr); in setPhysReg()
218 setEntry(Cache.get(PhysReg)); in setPhysReg()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp322 TopRegion->setEntry(PreheaderVPBB); in buildPlainCFG()
336 Plan.setEntry(TopRegion); in buildHierarchicalCFG()
H A DVPlan.h1091 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
1187 VPBlockBase *setEntry(VPBlockBase *Block) { return Entry = Block; } in setEntry() function
H A DLoopVectorize.cpp6864 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp414 void setEntry(MachineBasicBlock *NewEntry);
986 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion
1071 setEntry(MBB); in LinearizedRegion()
1079 setEntry(nullptr); in LinearizedRegion()
2322 CurrentRegion->setEntry(IfBB); in createIfRegion()
2419 CurrentRegion->setEntry(IfBB); in createIfRegion()
2572 LRegion->setEntry(Region->getEntry()); in initLinearizedRegion()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp247 TheSummary->setEntry(I, Res[I]); in setSummary()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h984 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h1059 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1749 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1477 cfg->setEntry(createBlock()); in buildCFG()