Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterferenceCache.h181 void setEntry(Entry *E) { in setEntry() function
/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/llvm/lib/Transforms/Vectorize/
DVPlan.h1757 void setEntry(VPBlockBase *EntryBlock) { 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/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp968 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion