Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp357 Region->setEntry(HeaderVPBB); in buildPlainCFG()
387 Plan.setEntry(EntryVPBB); in buildHierarchicalCFG()
H A DVPlan.h2107 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
2226 VPBlockBase *setEntry(VPBlockBase *Block) { in setEntry() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp337 TheSummary->setEntry(I, Res[I]); in setSummary()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1163 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1284 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1748 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp1667 cfg->setEntry(createBlock()); in buildCFG()