Home
last modified time | relevance | path

Searched refs:determineReturnAddrLoc (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.h835 unsigned determineReturnAddrLoc(unsigned entryId, unsigned* retLoc, G4_BB* bb);
H A DGraphColor.cpp12703 unsigned GlobalRA::determineReturnAddrLoc(unsigned entryId, unsigned* retLoc, G4_BB* bb) in determineReturnAddrLoc() function in GlobalRA
12722 return determineReturnAddrLoc(entryId, retLoc, bb->fallThroughBB()); in determineReturnAddrLoc()
12726 return determineReturnAddrLoc(entryId, retLoc, bb->BBAfterCall()); in determineReturnAddrLoc()
12731 unsigned loc = determineReturnAddrLoc(entryId, retLoc, succ); in determineReturnAddrLoc()
12801 unsigned loc = determineReturnAddrLoc(subEntry->getId(), retLoc, subEntry); in assignLocForReturnAddr()