Home
last modified time | relevance | path

Searched defs:IsStart (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h31 bool IsStart = false; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp107 bool IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in collectMarkers() local
267 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h117 bool IsStart; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp851 bool IsStart = false; in calculateLiveIntervals() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1232 scanDocumentIndicator(bool IsStart) scanDocumentIndicator() argument
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1546 bool IsStart, bool &IsExtension) { in isMathematicalExtensionID()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp769 std::function<bool(const IntrinsicInst &)> IsStart) { in removeTriviallyEmptyRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7538 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
H A DSelectionDAG.cpp8782 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp801 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd()