Home
last modified time | relevance | path

Searched defs:setEntry (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterferenceCache.h181 void setEntry(Entry *E) { in setEntry() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2107 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
2226 VPBlockBase *setEntry(VPBlockBase *Block) { in setEntry() function
/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/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp966 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion