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.cpp1125 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
1133 if (isCondBr) in ScanInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp415 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td828 let Name = "CondBr"; let PredicateMethod = "isCondBr";