Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DCodeLayout.cpp154 uint64_t Count, bool IsConditional) { in extTSPScore()
276 bool IsConditional{false}; member
1444 bool IsConditional = OutDegree[Edge.src] > 1; in calcExtTspScore() local
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86MCInstLower.cpp1380 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/ !
H A DPPCAsmPrinter.cpp1847 bool IsConditional; in emitInstruction() local
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ !
H A DVPlan.h2178 bool IsConditional = false; variable
/src/contrib/llvm-project/clang/lib/Analysis/ !
H A DCFG.cpp696 const bool IsConditional = false; member