HomeSort by relevance Sort by last modified time
    Searched refs:InvokeInst (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 78 void visitInvokeInst(InvokeInst &I);
351 void Lint::visitInvokeInst(InvokeInst &I) {
ScalarEvolutionExpander.cpp 143 if (InvokeInst *II = dyn_cast<InvokeInst>(I))
    [all...]
BasicAliasAnalysis.cpp 73 if (isa<CallInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V))
    [all...]
MemoryDependenceAnalysis.cpp 585 } else if (isa<CallInst>(QueryInst) || isa<InvokeInst>(QueryInst)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 643 InvokeInst *II = dyn_cast<InvokeInst>(PN->getIncomingValue(i));
    [all...]
InstructionCombining.cpp 660 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 360 if (isa<LoadInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V) ||
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 535 } else if (const InvokeInst *II = dyn_cast<InvokeInst>(I)) {
    [all...]
Function.cpp 686 if (!isa<CallInst>(U) && !isa<InvokeInst>(U))
Core.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 355 } else if (isa<IndirectBrInst>(J) || isa<InvokeInst>(J)) {
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 350 else if (isa<CallInst>(BI) || isa<InvokeInst>(BI)) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 156 if (isa<CallInst>(V) || isa<InvokeInst>(V))
Reassociate.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
BasicBlockUtils.cpp 127 if (isa<InvokeInst>(PredBB->getTerminator())) return false;
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 541 milliseconds

1 23 4