Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h84 assert(Recorded && "InlineAdvice should have been informed of the " in ~InlineAdvice()
137 assert(!Recorded && "Recording should happen exactly once"); in markRecorded()
138 Recorded = true; in markRecorded()
142 bool Recorded = false; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp631 bool Recorded = false; in delPhiValues() local
635 if (!Recorded) { in delPhiValues()
637 Recorded = true; in delPhiValues()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp862 bool Recorded = false; in findRecordInsertForms() local
908 Recorded = true; in findRecordInsertForms()
913 return Recorded; in findRecordInsertForms()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp835 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion() local
836 if (Recorded) in getCStringLengthForRegion()
837 return *Recorded; in getCStringLengthForRegion()