Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDIfConversion.cpp1106 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
1114 if (isCondBr) in ScanInstructions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.td827 let Name = "CondBr"; let PredicateMethod = "isCondBr";
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp413 bool isCondBr() const { return Kind == Expression || in isCondBr() function