Home
last modified time | relevance | path

Searched defs:Unpredictable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h115 enum Unpredictable { Unpredictable_WBOVERLAP, Unpredictable_LDPOVERLAP }; enum
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h950 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1864 llvm::MDNode *Unpredictable = nullptr; in EmitBranchOnBoolExpr() local