Home
last modified time | relevance | path

Searched defs:IsConditional (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEPeepholeOpt.cpp68 bool IsConditional = isConditionalStartStop(MI2); in isMatchingStartStopPair() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp154 uint64_t Count, bool IsConditional) { in extTSPScore()
276 bool IsConditional{false}; member
1442 bool IsConditional = OutDegree[Edge.src] > 1; in calcExtTspScore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1375 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1825 bool IsConditional; in emitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2469 bool IsConditional = false; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp718 const bool IsConditional = false; member