Searched defs:LoopInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp458 LoopInfo::LoopInfo(BasicBloc function in class:LoopInfo
[all...]
H A DCGLoopInfo.h81 class LoopInfo { class in namespace:clang::CodeGen
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h178 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopInfo; member in class:llvm::ModuloScheduleExpander
366 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopInfo; member in class:llvm::PeelingModuloScheduleExpander
H A DMachinePipeliner.h78 struct LoopInfo { struct in class:llvm::MachinePipeliner
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1063 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> { class in namespace:llvm
1072 LoopInfo() {} function in class:llvm::LoopInfo
1075 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} function in class:llvm::LoopInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp196 static void PrintLoopinfo(const MachineLoopInfo &LoopInfo) { argument

Completed in 173 milliseconds