Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h82 assert(Recorded && "InlineAdvice should have been informed of the " in ~InlineAdvice()
135 assert(!Recorded && "Recording should happen exactly once"); in markRecorded()
136 Recorded = true; in markRecorded()
140 bool Recorded = false; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp614 bool Recorded = false; in delPhiValues() local
618 if (!Recorded) { in delPhiValues()
620 Recorded = true; in delPhiValues()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp862 bool Recorded = false; in findRecordInsertForms() local
908 Recorded = true; in findRecordInsertForms()
913 return Recorded; in findRecordInsertForms()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp811 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion() local
812 if (Recorded) in getCStringLengthForRegion()
813 return *Recorded; in getCStringLengthForRegion()