Home
last modified time | relevance | path

Searched refs:DoTransform (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1568 bool DoTransform = true; in OptimizeBlock() local
1577 DoTransform = false; in OptimizeBlock()
1579 if (DoTransform) { in OptimizeBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp848 bool DoTransform) { in transformZExtICmp() argument
859 if (!DoTransform) return ICI; in transformZExtICmp()
892 if (!DoTransform) return ICI; in transformZExtICmp()
940 if (!DoTransform) return ICI; in transformZExtICmp()
H A DInstCombineInternal.h490 bool DoTransform = true);