Home
last modified time | relevance | path

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

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