Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp133 extTSPScore(uint64_t SrcAddr,uint64_t SrcSize,uint64_t DstAddr,uint64_t Count,bool IsConditional) extTSPScore() argument
252 bool IsConditional{false}; global() member
1029 bool IsConditional = OutDegree[Pred] > 1; calcExtTspScore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1380 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1847 bool IsConditional; in emitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2178 bool IsConditional = false; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp696 const bool IsConditional = false; member