HomeSort by relevance Sort by last modified time
    Searched refs:ReturnInst (Results 151 - 175 of 219) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 448 auto *RI = cast<ReturnInst>(Term);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 94 if (isa<ReturnInst>(TI))
PathNumbering.cpp 389 if(isa<ReturnInst>(terminator) || isa<UnreachableInst>(terminator)
Lint.cpp 78 void visitReturnInst(ReturnInst &I);
350 void Lint::visitReturnInst(ReturnInst &I) {
InlineCost.cpp 130 if (isa<ReturnInst>(BB->getTerminator()))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 119 if (!isa<UnwindInst>(TI) && !isa<ReturnInst>(TI) &&
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 154 bool SimplifyReturn(ReturnInst *RI, IRBuilder<> &Builder);
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 83 void visitReturnInst(ReturnInst &I);
359 void Lint::visitReturnInst(ReturnInst &I) {
InlineCost.cpp 196 bool visitReturnInst(ReturnInst &RI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 66 class ReturnInst;
378 /// the "tail position" (i.e. the immediate predecessor of a ReturnInst
444 /// returninst or if there is a callinst that could potentially be
788 void visitRet(const ReturnInst &I);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 677 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); }
687 if (!isa<ReturnInst>(InstBefore)) {
    [all...]
EfficiencySanitizer.cpp 520 ReturnInst::Create(*Ctx, BasicBlock::Create(*Ctx, "", EsanDtorFunction));
    [all...]
ThreadSanitizer.cpp 405 else if (isa<ReturnInst>(Inst))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 326 Instruction *visitReturnInst(ReturnInst &RI);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 231 return convertRetInstruction(cast<ReturnInst>(Instr));
389 Ice::Inst *convertRetInstruction(const ReturnInst *Instr) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 194 if (isa<llvm::ReturnInst>(T)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 367 if (!isa<ReturnInst>(T))
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 625 ReturnInst::Create(F->getContext(), BB);
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 835 SmallVector<ReturnInst*, 8> Returns; // Ignore returns.
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 414 void visitReturnInst(ReturnInst &RI);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 557 milliseconds

1 2 3 4 5 67 8 9