Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h116 enum Unpredictable { Unpredictable_WBOVERLAP, Unpredictable_LDPOVERLAP }; enum
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h995 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1887 llvm::MDNode *Unpredictable = nullptr; in EmitBranchOnBoolExpr() local