Home
last modified time | relevance | path

Searched refs:isMaskAndBranchFoldingLegal (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h279 bool isMaskAndBranchFoldingLegal() const { in isMaskAndBranchFoldingLegal() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4360 if (!TLI || !TLI->isMaskAndBranchFoldingLegal()) in sinkAndCmp()