HomeSort by relevance Sort by last modified time
    Searched refs:WholeProgramDevirt (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 1 //===- WholeProgramDevirt.cpp - Unit tests for whole-program devirt -------===//
10 #include "llvm/Transforms/IPO/WholeProgramDevirt.h"
15 using namespace wholeprogramdevirt;
17 TEST(WholeProgramDevirt, findLowestOffset) {
62 TEST(WholeProgramDevirt, setReturnValues) {
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1 //===- WholeProgramDevirt.cpp - Whole program virtual call optimization ---===//
30 #include "llvm/Transforms/IPO/WholeProgramDevirt.h"
52 using namespace wholeprogramdevirt;
54 #define DEBUG_TYPE "wholeprogramdevirt"
60 wholeprogramdevirt::findLowestOffset(ArrayRef<VirtualCallTarget> Targets,
73 // llvm/Transforms/IPO/WholeProgramDevirt.h) starting at MinByte. Effectively,
133 void wholeprogramdevirt::setBeforeReturnValues(
150 void wholeprogramdevirt::setAfterReturnValues(
292 struct WholeProgramDevirt : public ModulePass {
294 WholeProgramDevirt() : ModulePass(ID)
    [all...]

Completed in 224 milliseconds