Home
last modified time | relevance | path

Searched defs:PeelCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp581 unsigned PeelCount = *EstimatedTripCount; in computePeelCount() local
855 bool llvm::peelLoop(Loop *L, unsigned PeelCount, LoopInfo *LI, in peelLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h532 unsigned PeelCount; member