Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h31 bool IsStart = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp113 bool IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in collectMarkers() local
256 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h118 bool IsStart; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp880 bool IsStart = false; in calculateLiveIntervals() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1211 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp657 std::function<bool(const IntrinsicInst &)> IsStart) { in removeTriviallyEmptyRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6758 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
H A DSelectionDAG.cpp7175 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp703 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd()