Searched defs:Unpredictable (Results 1 – 4 of 4) sorted by relevance
116 Unpredictable = 1 << 16, // Instruction with unpredictable condition. enumerator
116 enum Unpredictable { Unpredictable_WBOVERLAP, Unpredictable_LDPOVERLAP }; enum
1085 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
2033 llvm::MDNode *Unpredictable = nullptr; in EmitBranchOnBoolExpr() local