Home
last modified time | relevance | path

Searched defs:LoopHeaders (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h91 SmallPtrSet<const BasicBlock *, 16> LoopHeaders; variable
93 SmallSet<AssertingVH<const BasicBlock>, 16> LoopHeaders; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp234 SmallVector<WeakVH, 16> LoopHeaders(UniqueLoopHeaders.begin(), in iterativelySimplifyCFG() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h657 void addInnerLoopsToHeadersMap(DenseMap<BlockT *, const LoopT *> &LoopHeaders, in addInnerLoopsToHeadersMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp243 ArrayRef<WeakVH> LoopHeaders; member in __anondb24d6d30111::SimplifyCFGOpt
289 const DataLayout &DL, ArrayRef<WeakVH> LoopHeaders, in SimplifyCFGOpt()
7618 ArrayRef<WeakVH> LoopHeaders) { in simplifyCFG()