HomeSort by relevance Sort by last modified time
    Searched defs:hasReturn (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 39 // HasReturn - Whether the BB contains a return instruction
40 bool HasReturn;
42 // Cycles - Number of cycles until return if HasReturn is true, otherwise
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
48 : HasReturn(HasReturn), Cycles(Cycles) {}
155 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
159 if (hasReturn) {
185 return BBInfo.HasReturn;
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.h 121 inline bool hasReturn() const {
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 288 bool hasReturn(const MachineBasicBlock &MBB) {
    [all...]

Completed in 106 milliseconds