OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrevNonDebugInstruction
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
682
getPrevNonDebugInstruction
(bool SkipPseudoOp = false) const;
683
Instruction *
getPrevNonDebugInstruction
(bool SkipPseudoOp = false) {
685
static_cast<const Instruction *>(this)->
getPrevNonDebugInstruction
(
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp
479
Instruction *Prev = RI->
getPrevNonDebugInstruction
();
483
Prev = Prev->
getPrevNonDebugInstruction
();
CodeGenPrepare.cpp
2381
if (Instruction *I = Pred->rbegin()->
getPrevNonDebugInstruction
(true)) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
707
Instruction::
getPrevNonDebugInstruction
(bool SkipPseudoOp) const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
2855
Instruction *Prev = I.
getPrevNonDebugInstruction
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
3192
Val == It->
getPrevNonDebugInstruction
();
Completed in 29 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026