Home
last modified time | relevance | path

Searched refs:getRaw (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DBranchProbability.h55 static BranchProbability getRaw(uint32_t N) { return BranchProbability(N); } in getRaw() function
201 ProbForUnknown = BranchProbability::getRaw( in normalizeProbabilities()
/external/clang/include/clang/AST/
DASTContext.h645 const RawComment *getRaw() const LLVM_READONLY { in getRaw() function
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp462 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight)); in parseBasicBlockSuccessors()
/external/clang/lib/AST/
DASTContext.cpp346 return Raw.getRaw(); in getRawCommentForAnyRedecl()
360 RC = Raw.getRaw(); in getRawCommentForAnyRedecl()