Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.h76 bool AllowPartial; variable
79 BPFPreserveStaticOffsetPass(bool AllowPartial) : AllowPartial(AllowPartial) {} in BPFPreserveStaticOffsetPass()
H A DBPFPreserveStaticOffset.cpp648 static bool rewriteFunction(Function &F, bool AllowPartial) { in rewriteFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h62 std::optional<bool> AllowPartial; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1371 std::optional<bool> AllowPartial = std::nullopt, in LoopUnroll()