Home
last modified time | relevance | path

Searched refs:TLSCandidate (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h92 struct TLSCandidate { struct
115 using TLSCandMapType = MapVector<GlobalVariable *, tlshoist::TLSCandidate>; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp149 static bool oneUseOutsideLoop(tlshoist::TLSCandidate &Cand, LoopInfo *LI) { in oneUseOutsideLoop()
195 tlshoist::TLSCandidate &Cand = TLSCandMap[GV]; in findInsertPos()
231 tlshoist::TLSCandidate &Cand = TLSCandMap[GV]; in tryReplaceTLSCandidate()